include ../shared.mk all: test-ada test-llvm edit: $(OPENGEODE) challenge.pr system_structure.pr test-parse: $(OPENGEODE) challenge.pr system_structure.pr --check test-ada: challenge.ali dataview-uniq.o | test_ada.o $(GNATBIND) -n challenge.ali $(GNATLINK) -o test_ada test_ada.o challenge.ali -lgnat -lm ./test_ada | diff expected - test-llvm: challenge.o dataview-uniq.o | test_llvm.o $(CC) challenge.o dataview-uniq.o test_llvm.o -o test_llvm -lm ./test_llvm | diff expected - coverage: coverage run -p $(OPENGEODE) challenge.pr system_structure.pr --toAda .PHONY: all edit test-parse test-ada test-llvm coverage