Skip to content
Snippets Groups Projects
Commit 5a4260f6 authored by John Hodge (sonata)'s avatar John Hodge (sonata)
Browse files

Makefile - Trace mtest build

parent 2d3c9cf6
No related merge requests found
......@@ -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 ==="
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment