]> pd.if.org Git - ctap/blobdiff - Makefile
add prove test harness command
[ctap] / Makefile
index 46d37b071c4dbb7515f8441357ee090bd961bfdb..3408d8c1491374f94a2b039669f228ea0ea07fc7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,5 +7,5 @@ main:   $(OBJS)
 clean:
        rm -rf *.o main
 
-test:  main
-       @prove --exec '' ./main
+test:  main prove
+       ./prove ./main