X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=inline;f=Makefile;h=c283ec62ff5d6796d577b2562815061658c59814;hb=8159c362f64c7f70d3c834bbf2e1c03df7f75ca2;hp=0edc9835bedf0574c7e004b85db5fe142bada23a;hpb=7bf2a5d6b1b47b38fca533e2f276f0fe30af3f81;p=tpg%2Facess2.git 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