Merge pull request #5 from mtanneau/mt-test

Fix make test pipeline
This commit is contained in:
2020-11-18 13:54:18 -06:00
committed by GitHub

View File

@@ -26,6 +26,6 @@ install-deps-docs:
test: build/sysimage.so
@echo Running tests...
cd test; $(JULIA) --sysimage ../build/sysimage.so runtests.jl | tee ../build/test.log
$(JULIA) --sysimage build/sysimage.so -e 'using Pkg; Pkg.test("UnitCommitment")' | tee build/test.log
.PHONY: docs docs-push build test