--- gforth/Makefile.in 1995/04/29 17:18:49 1.25 +++ gforth/Makefile.in 1995/06/03 14:24:40 1.26 @@ -162,6 +162,8 @@ install: gforth $(FORTH_SRC) gforth.fi g for i in $(FORTH_SRC); do \ $(INSTALL_DATA) $$i $(libdir)/gforth; \ done + +check: test test: gforth @echo 'Expect to see INCORRECT RESULT: { GS1 -> }'