diff --git a/test/fixtures/pylibmc/requirements.txt b/test/fixtures/pylibmc/requirements.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0a5eb163a8c81e65b990ecbfcc4a9d86c7720da5
--- /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 e1a23a1cba142dd4dea13f27fad659189ec10485..4185388d5a1364b921e1ceee2eac2a728742d2b1 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"