Skip to content

Commit 4f8668c

Browse files
run gcext test single threaded
1 parent 372ac6a commit 4f8668c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/gcext/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ $(BIN)/LocalTest.jl: $(SRCDIR)/LocalTest.jl
5959
cp $< $@
6060
endif
6161

62+
# the test is designed to be run single threaded (without the interactive thread)
6263
check: $(BIN)/gcext$(EXE) $(BIN)/LocalTest.jl $(BIN)/foreignlib$(DYLIB)
63-
BINDIR=$(BIN) $(JULIA) --depwarn=error $(SRCDIR)/gcext-test.jl $<
64+
BINDIR=$(BIN) $(JULIA) --depwarn=error -t1,0 $(SRCDIR)/gcext-test.jl $<
6465
@echo SUCCESS
6566

6667
clean:

0 commit comments

Comments
 (0)