Browse Source

Got the paths and such set up to run tests properly now.

Shane Kerr 14 years ago
parent
commit
be4c4ffc71
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/bind10/tests/Makefile.am

+ 2 - 2
src/bin/bind10/tests/Makefile.am

@@ -1,6 +1,6 @@
 PYCOVERAGE_RUN = @PYCOVERAGE_RUN@
-#PYTESTS = args_test.py bind10_test.py signal_test.py
-PYTESTS = bind10_test.py signal_test.py
+#PYTESTS = args_test.py bind10_test.py bind10_cmd_test.py
+PYTESTS = bind10_test.py bind10_cmd_test_test.py
 EXTRA_DIST = $(PYTESTS)
 
 # test using command-line arguments, so use check-local target instead of TESTS