Browse Source

Change test target to "pytest". This is so python test failures
don't stop the standard tests (C++ googletests framework)
and the C++ coverage report. (I see many python test failures.)
Also this is easier than renaming the existing googletests targets
because they use standardized TESTS and autoconf/automake create
them automatically.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1244 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
21bfa9f643
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/bin/bind10/Makefile.am

+ 0 - 4
src/bin/bind10/Makefile.am

@@ -13,9 +13,5 @@ bind10: bind10.py
 	       -e "s|@@LIBEXECDIR@@|$(pkglibexecdir)|" bind10.py >$@
 	chmod a+x $@
 
-check: test
-
-test: pytest
-
 pytest:
 	$(SHELL) tests/bind10_test