Test more vocabularies can be listed.

This commit is contained in:
Brad Nelson
2021-06-19 08:50:00 -07:00
parent 33586205aa
commit 972b15b6dd

View File

@ -116,7 +116,16 @@ unit_tests: $(POSIX)/ueforth common/all_tests.fs
$^ $^
see_all_test: $(POSIX)/ueforth 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 ---- # ---- GENERATED ----