From 972b15b6ddc823364dc69a29502aa873df3b0ad2 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sat, 19 Jun 2021 08:50:00 -0700 Subject: [PATCH] Test more vocabularies can be listed. --- ueforth/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index 2a7c8fa..b9f7c1d 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -116,7 +116,16 @@ unit_tests: $(POSIX)/ueforth common/all_tests.fs $^ see_all_test: $(POSIX)/ueforth - echo "internals see-all bye" | $< >/dev/null + echo \ + also internals \ + also posix \ + also tasks \ + also streams \ + also ansi \ + also termios \ + also telnetd \ + also httpd \ + see-all bye | $< >/dev/null # ---- GENERATED ----