From: John Hodge (sonata) Date: Wed, 5 Nov 2014 07:10:44 +0000 (+0800) Subject: Makefile - Trace mtest build X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=5a4260f6d0d66675b888c6179b08a8e7765a9e07 Makefile - Trace mtest build --- diff --git a/Makefile b/Makefile index 64b757e4..fa66344c 100644 --- a/Makefile +++ b/Makefile @@ -83,8 +83,12 @@ mtest: mtest-build mtest-run @echo > /dev/null mtest-build: # Network + @echo "== Build Module Tests" + @echo "-- nativelib" @CC=$(NCC) $(SUBMAKE) -C Tools/nativelib + @echo "-- NetTest" @CC=$(NCC) $(SUBMAKE) -C Tools/NetTest + @echo "-- NetTest Runner" @CC=$(NCC) $(SUBMAKE) -C Tools/NetTest_Runner mtest-run: @echo "=== Network Module Test ==="