Usermode - Unit tests called from root makefile
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / Makefile
index 0013408..2e4e2b2 100644 (file)
@@ -20,3 +20,9 @@ BIN = libc.so
 \r
 include ../Makefile.tpl\r
 \r
+EXP_%.txt: TEST_%.native\r
+       ./TEST_printf.native > EXP_printf.txt\r
+       rm TEST_printf.native\r
+\r
+%.native: %.c\r
+       $(NCC) $< -o $@ -Wall -Werror\r

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