We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372ac6a commit 4f8668cCopy full SHA for 4f8668c
test/gcext/Makefile
@@ -59,8 +59,9 @@ $(BIN)/LocalTest.jl: $(SRCDIR)/LocalTest.jl
59
cp $< $@
60
endif
61
62
+# the test is designed to be run single threaded (without the interactive thread)
63
check: $(BIN)/gcext$(EXE) $(BIN)/LocalTest.jl $(BIN)/foreignlib$(DYLIB)
- BINDIR=$(BIN) $(JULIA) --depwarn=error $(SRCDIR)/gcext-test.jl $<
64
+ BINDIR=$(BIN) $(JULIA) --depwarn=error -t1,0 $(SRCDIR)/gcext-test.jl $<
65
@echo SUCCESS
66
67
clean:
0 commit comments