Module: sems Branch: master Commit: 9e15e1e9b03049b05a6fd4ab6e02cd8b0fbb1228 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9e15e1e9b03049b05a6fd4ab6e02cd8b0fbb1228
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Jul 1 14:25:50 2010 +0200 test target --- core/Makefile | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/core/Makefile b/core/Makefile index 687a7f9..d0e4aa0 100644 --- a/core/Makefile +++ b/core/Makefile @@ -9,6 +9,7 @@ HDRS=$(SRCS:.cpp=.h) OBJS=$(SRCS:.cpp=.o) sip/sip_stack.a DEPS=$(SRCS:.cpp=.d) $(NAME).d AUDIO_FILES=$(notdir $(wildcard wav/*.wav)) +TEST_DIR=tests .PHONY: all all: ../Makefile.defs @@ -36,6 +37,12 @@ modules: -...@echo "making core modules" -...@cd $(PLUGIN_DIR); $(MAKE) modules +.PHONY: test +test: + -...@echo "" + -...@echo "making tests" + -...@cd $(TEST_DIR); $(MAKE) + .PHONY: deps deps: $(DEPS) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
