chiark / gitweb /
add a nontrivial test that actually works
[disorder] / tests / alltests
index fe0f3836860acc290d18586bacd7e2611aa21e00..c8f04c7574acd07f0d8f7614fd9c270c69f1fda8 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 import dtest
 
-tests = ["nothing"]
+tests = ["nothing", "version"]
 
 for test in tests:
     print "Test '%s'" % test