Skip to content

Commit bafec66

Browse files
committed
Revert "Temporarily remove failing tests"
This reverts commit 6aea54d.
1 parent 6aea54d commit bafec66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/platform/console/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ desktopdir = $(datadir)/applications
3131
desktop_DATA = io.github.smallbasic.desktop
3232

3333
TEST_DIR=../../../samples/distro-examples/tests
34-
UNIT_TESTS=array break byref iifs matrices metaa ongoto \
34+
UNIT_TESTS=array break byref eval-test iifs matrices metaa ongoto \
3535
uds hash pass1 call_tau short-circuit strings stack-test \
3636
replace-test read-data proc optchk letbug ptr ref input \
37-
trycatch chain stream-files split-join sprint scope \
38-
keymap socket-io
37+
trycatch chain stream-files split-join sprint all scope \
38+
goto keymap socket-io
3939

4040
test: ${bin_PROGRAMS}
4141
@for utest in $(UNIT_TESTS); do \

0 commit comments

Comments
 (0)