Parcourir la source

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

Shane Kerr il y a 14 ans
Parent
commit
be4c4ffc71
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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