Skip to content

Commit

Permalink
run gcext test single threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jan 18, 2025
1 parent c06c5a9 commit cd3e3ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/gcext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ $(BIN)/LocalTest.jl: $(SRCDIR)/LocalTest.jl
cp $< $@
endif

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

clean:
Expand Down

0 comments on commit cd3e3ca

Please sign in to comment.