Usermode/libc - Fixed unit tests
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / Makefile
index 6dba912..4c37d18 100644 (file)
@@ -26,8 +26,10 @@ endif
 include ../Makefile.tpl\r
 \r
 EXP_%.txt: TEST_%.native\r
-       ./TEST_printf.native > EXP_printf.txt\r
-       rm TEST_printf.native\r
+       ./$< > $@\r
+       rm $<\r
+EXP_strtoi.txt:\r
+       echo -n "" > $@\r
 \r
 %.native: %.c\r
        $(NCC) $< -o $@ -Wall -std=gnu99\r

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