Makefile - Trace mtest build
authorJohn Hodge (sonata) <[email protected]>
Wed, 5 Nov 2014 07:10:44 +0000 (15:10 +0800)
committerJohn Hodge (sonata) <[email protected]>
Wed, 5 Nov 2014 07:10:44 +0000 (15:10 +0800)
Makefile

index 64b757e..fa66344 100644 (file)
--- 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 ==="

UCC git Repository :: git.ucc.asn.au