X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/90975d261c7ab39186c75d8700261faab3427de7..a80283a747da0ca5a791dcfc5fe1a6261feecc5c:/build/unix/Makefile diff --git a/build/unix/Makefile b/build/unix/Makefile index 8896f7c..162cf5b 100644 --- a/build/unix/Makefile +++ b/build/unix/Makefile @@ -27,11 +27,13 @@ TEMPOBJECTDIR = $(PFORTHDIR)/tempobjects WIDTHOPT= FULL_WARNINGS = \ + -c89 \ -fsigned-char \ -fno-builtin \ -fno-unroll-loops \ -fpeephole \ -fno-keep-inline-functions \ + -pedantic \ -Wcast-qual \ -Wall \ -Wwrite-strings \ @@ -117,6 +119,12 @@ help: @echo " The file 'fth/pfdicdat.h' is generated by pForth. It contains a binary image of the Forth dictionary." @echo " It allows pForth to work as a standalone image that does not need to load a dictionary file." +test: $(PFORTHAPP) + cd $(FTHDIR); ../pforth_standalone -q t_corex.fth + cd $(FTHDIR); ../pforth_standalone -q t_strings.fth + cd $(FTHDIR); ../pforth_standalone -q t_locals.fth + cd $(FTHDIR); ../pforth_standalone -q t_alloc.fth + cd $(FTHDIR); ../pforth_standalone -q t_floats.fth clean: rm -f $(PFOBJS) $(PFEMBOBJS)