avoid path search in runtest and make abs paths work
[libc-test] / Makefile
index 0942e91..e786499 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,7 @@ $(B)/%.exe: $(B)/%.o
 %.ld.err: %.exe
        touch $@
 %.err: %.exe
-       $(RUN_TEST) ./$< >$@ || true
+       $(RUN_TEST) $< >$@ || true
 
 .PHONY: all run clean cleanall