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