chiark / gitweb /
tests/files.py; ok except for the non-ascii filenames
[disorder] / tests / alltests
index fe0f3836860acc290d18586bacd7e2611aa21e00..8be9441fd1c8717eec30bf044e1a91999b304fe1 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 import dtest
 
-tests = ["nothing"]
+tests = ["nothing", "version", "files"]
 
 for test in tests:
     print "Test '%s'" % test