Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / Makefile
index 8409f6e..f0f85df 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,11 +60,12 @@ install:    install-Filesystem SyscallList $(INSTALL_USRLIBS) $(INSTALL_USRAPPS) $(
 utest: $(USRLIBS:%=utest-%)
 
 $(USRLIBS:%=utest-%): utest-%:
-       @$(SUBMAKE) -C Usermode/Libraries/$*_src generate_exp
-       @$(SUBMAKE) -C Usermode/Libraries/$*_src utest -k
+       @CC=$(NCC) $(SUBMAKE) -C Usermode/Libraries/$*_src generate_exp
+       @CC=$(NCC) $(SUBMAKE) -C Usermode/Libraries/$*_src utest -k
 
+# TODO: Module tests using DiskTool and NetTest
 mtest:
-       ;
+       @echo > /dev/null
 
 SyscallList: include/syscalls.h
 include/syscalls.h: KernelLand/Kernel/Makefile KernelLand/Kernel/syscalls.lst

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