We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aea54d commit bafec66Copy full SHA for bafec66
1 file changed
src/platform/console/Makefile.am
@@ -31,11 +31,11 @@ desktopdir = $(datadir)/applications
31
desktop_DATA = io.github.smallbasic.desktop
32
33
TEST_DIR=../../../samples/distro-examples/tests
34
-UNIT_TESTS=array break byref iifs matrices metaa ongoto \
+UNIT_TESTS=array break byref eval-test iifs matrices metaa ongoto \
35
uds hash pass1 call_tau short-circuit strings stack-test \
36
replace-test read-data proc optchk letbug ptr ref input \
37
- trycatch chain stream-files split-join sprint scope \
38
- keymap socket-io
+ trycatch chain stream-files split-join sprint all scope \
+ goto keymap socket-io
39
40
test: ${bin_PROGRAMS}
41
@for utest in $(UNIT_TESTS); do \
0 commit comments