new pylibmc test (#408)

This commit is contained in:
2017-06-05 13:47:48 -04:00
committed by GitHub
parent 04f3ddbc86
commit db95cdd3f3
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
pylibmc
+6
View File
@@ -44,6 +44,12 @@ testPsycopg2() {
assertCapturedSuccess
}
testPylibmc() {
compile "pylibmc"
assertCaptured "pylibmc"
assertCapturedSuccess
}
testPython2() {
compile "python2"
assertCaptured "python-2.7.13"