We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cb949 commit 6aea54dCopy full SHA for 6aea54d
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 eval-test iifs matrices metaa ongoto \
+UNIT_TESTS=array break byref 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 all scope \
38
- goto keymap socket-io
+ trycatch chain stream-files split-join sprint scope \
+ keymap socket-io
39
40
test: ${bin_PROGRAMS}
41
@for utest in $(UNIT_TESTS); do \
0 commit comments