Reorganize package; add macros

This commit is contained in:
2021-04-09 07:16:06 -05:00
parent 96f7243d4c
commit eb7f7034a9
24 changed files with 824 additions and 290 deletions

View File

@@ -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