You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Jim Meyering <ji...@meyering.net> on 2007/04/11 22:28:55 UTC

FYI: arrange for "make check" to fail right away, without ../qpidd

I've checked in this tiny change:

	* src/tests/Makefile.am (check): Depend on ../qpidd, too,
	so that "make check" fails right away when that file is missing.

Index: src/tests/Makefile.am
===================================================================
--- src/tests/Makefile.am	(révision 527615)
+++ src/tests/Makefile.am	(copie de travail)
@@ -107,7 +107,8 @@
 	> $@-t
 	mv $@-t $@

-check: .valgrindrc $(check_LTLIBRARIES) $(lib_common) $(lib_client) $(lib_broker) 
+check: .valgrindrc $(check_LTLIBRARIES) \
+  $(lib_common) $(lib_client) $(lib_broker) ../qpidd

 check-unit:
 	$(MAKE) check TESTS=run-unit-tests