X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c5dbcd7993b17ddb2bbe9207f48408654cfd18ba..121e365432c0a2f4bde67d553f545b5f42b88734:/tests/alltests diff --git a/tests/alltests b/tests/alltests index fe0f383..8be9441 100755 --- a/tests/alltests +++ b/tests/alltests @@ -1,7 +1,7 @@ #! /usr/bin/env python import dtest -tests = ["nothing"] +tests = ["nothing", "version", "files"] for test in tests: print "Test '%s'" % test