[reSIProcate] [PATCH] Deactivate tests for normal build
Hi,
I've noticed that the tests for recon and return are always build. To
shorten the time my Debian resip package needs to build, I've moved this
two projects tests to the tests target, too.
Thanks,
Gregor
Index: Makefile
===================================================================
--- Makefile (Revision 8343)
+++ Makefile (Arbeitskopie)
@@ -55,6 +55,12 @@
tests: resiprocate
$(MAKE) -C resip/stack/test
$(MAKE) -C rutil/test
+ifeq ($(BUILD_RETURN_CLIENT),yes)
+ $(MAKE) -C reTurn/client/test
+endif
+ifeq ($(BUILD_RECON),yes)
+ $(MAKE) -C resip/recon/test
+endif
check: tests
cd resip/stack/test && ./runtests.sh
@@ -77,11 +83,9 @@
return-client: rutil
$(MAKE) -C reTurn/client
- $(MAKE) -C reTurn/client/test
recon: dum reflow
$(MAKE) -C resip/recon
- $(MAKE) -C resip/recon/test
reflow: dtls-srtp-openssl return-client srtp
$(MAKE) -C reflow