diff --git a/test/fixtures/pylibmc/requirements.txt b/test/fixtures/pylibmc/requirements.txt new file mode 100644 index 0000000..0a5eb16 --- /dev/null +++ b/test/fixtures/pylibmc/requirements.txt @@ -0,0 +1 @@ +pylibmc \ No newline at end of file diff --git a/test/run b/test/run index e1a23a1..4185388 100755 --- a/test/run +++ b/test/run @@ -44,6 +44,12 @@ testPsycopg2() { assertCapturedSuccess } +testPylibmc() { + compile "pylibmc" + assertCaptured "pylibmc" + assertCapturedSuccess +} + testPython2() { compile "python2" assertCaptured "python-2.7.13"