Implement multi-period heuristic

This commit is contained in:
2020-10-02 11:25:40 -05:00
parent fe9cacef24
commit a6846be9eb
7 changed files with 194 additions and 30 deletions

View File

@@ -5,11 +5,11 @@ VERSION := 0.4
all: docs test
build/sysimage.so: src/sysimage.jl Project.toml Manifest.toml
mkdir -p build
$(JULIA) src/sysimage.jl
build/test.log: $(SRC_FILES) build/sysimage.so
@echo Running tests...
cd test; $(JULIA) --sysimage ../build/sysimage.so runtests.jl | tee ../build/test.log
cd test; $(JULIA) --sysimage ../build/sysimage.so runtests.jl
clean:
rm -rf build/*