mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
Reorganize package; add macros
This commit is contained in:
13
Makefile
13
Makefile
@@ -1,13 +0,0 @@
|
||||
JULIA := julia --color=yes
|
||||
JULIA_SYSIMAGE_ARGS := $(JULIA_ARGS) --sysimage build/sysimage.so
|
||||
|
||||
all: test
|
||||
|
||||
build/sysimage.so: Manifest.toml Project.toml
|
||||
mkdir -p build
|
||||
$(JULIA) --project=test test/sysimage.jl
|
||||
|
||||
test: build/sysimage.so
|
||||
$(JULIA) --sysimage build/sysimage.so --project=test test/runtests.jl
|
||||
|
||||
.PHONY: test test-python test-julia test-watch docs install
|
||||
Reference in New Issue
Block a user