chiark / gitweb /
fixes and test for disorder-dump
[disorder] / tests / Makefile.am
index 377855e9608d858cae2bb55ee09e04be7857da25..56c64be47c922aa795f66b27a8354b44b143905b 100644 (file)
@@ -1,6 +1,6 @@
 #
 # This file is part of DisOrder.
-# Copyright (C) 2004, 2005 Richard Kettlewell
+# Copyright (C) 2004, 2005, 2007 Richard Kettlewell
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,7 +19,8 @@
 #
 
 check:
-       PATH=../server:$$PATH \
-       PYTHONPATH=../python \
-               topsrcdir=${top_srcdir} \
-               ${PYTHON} alltests
+       ${PYTHON} ${srcdir}/alltests
+
+EXTRA_DIST=alltests dtest.py nothing.py version.py dbversion.py search.py \
+       queue.py dump.py
+