[svn] commit: r1244 - /trunk/src/bin/bind10/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 9 16:19:23 UTC 2010


Author: jreed
Date: Tue Mar  9 16:19:23 2010
New Revision: 1244

Log:
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.

Modified:
    trunk/src/bin/bind10/Makefile.am

Modified: trunk/src/bin/bind10/Makefile.am
==============================================================================
--- trunk/src/bin/bind10/Makefile.am (original)
+++ trunk/src/bin/bind10/Makefile.am Tue Mar  9 16:19:23 2010
@@ -13,9 +13,5 @@
 	       -e "s|@@LIBEXECDIR@@|$(pkglibexecdir)|" bind10.py >$@
 	chmod a+x $@
 
-check: test
-
-test: pytest
-
 pytest:
 	$(SHELL) tests/bind10_test




More information about the bind10-changes mailing list