From: John Hodge Date: Sat, 10 May 2014 02:41:28 +0000 (+0800) Subject: Makefile - Add network module tests X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=08d7a2948ccda1965fd76211d9239bf8ac435541;p=tpg%2Facess2.git Makefile - Add network module tests --- diff --git a/Makefile b/Makefile index 0edc9835..c283ec62 100644 --- a/Makefile +++ b/Makefile @@ -73,9 +73,15 @@ $(USRLIBS:%=utest-%): utest-%: @CC=$(NCC) $(SUBMAKE) -C Usermode/Libraries/$*_src utest -k # TODO: Module tests using DiskTool and NetTest -mtest: +mtest: mtest-Network @echo > /dev/null +mtest-Network: + @$(SUBMAKE) -C Tools/nativelib + @$(SUBMAKE) -C Tools/NetTest + @$(SUBMAKE) -C Tools/NetTest_Runner + @cd Tools && ./nettest_runner + SyscallList: include/syscalls.h include/syscalls.h: KernelLand/Kernel/Makefile KernelLand/Kernel/syscalls.lst @make -C KernelLand/Kernel/ include/syscalls.h