Skip to content
Snippets Groups Projects
Commit 81d6218e authored by George Oikonomou's avatar George Oikonomou
Browse files

Don't try to build cooja from inside test makefiles

parent 7427a861
No related branches found
No related tags found
No related merge requests found
......@@ -5,18 +5,14 @@ CONTIKI=../..
all: clean summary
summary: cooja $(TESTLOGS)
summary: $(TESTLOGS)
@cat *.testlog > summary
@echo "========== Summary =========="
@cat summary
%.testlog: %.sh cooja
%.testlog: %.sh
@echo "========== Running script test $(basename $@).sh =========="
@bash "$(basename $@).sh" "$(CONTIKI)"
clean:
@rm -f *.*log report summary
cooja: $(CONTIKI)/tools/cooja/dist/cooja.jar
$(CONTIKI)/tools/cooja/dist/cooja.jar:
(cd $(CONTIKI)/tools/cooja; ant jar)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment