X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=platforms%2Funix%2FMakefile;h=2ba0492d48929566227b58ae5670bedf002b80ba;hb=eaa66646ab0ebe6671c66014467485908b255cbb;hp=fab1f8250be130227f02ab681c1f65ce3389451d;hpb=d553430f9a04a09e3002868067763538f28e0cfa;p=debian%2Fpforth diff --git a/platforms/unix/Makefile b/platforms/unix/Makefile index fab1f82..2ba0492 100644 --- a/platforms/unix/Makefile +++ b/platforms/unix/Makefile @@ -140,6 +140,7 @@ test: $(PFORTHAPP) wd=$$(pwd); (cd $(FTHDIR); $${wd}/$(PFORTHAPP) -q t_alloc.fth) wd=$$(pwd); (cd $(FTHDIR); $${wd}/$(PFORTHAPP) -q t_floats.fth) wd=$$(pwd); (cd $(FTHDIR); $${wd}/$(PFORTHAPP) -q t_file.fth) + @echo "PForth Tests PASSED" clean: rm -f $(PFOBJS) $(PFEMBOBJS)