We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e882c commit fca96e3Copy full SHA for fca96e3
Makefile
@@ -19,7 +19,7 @@ installcmd = $(GNATINSTALL) -p \
19
--ali-subdir=$(alidir) \
20
--prefix=$(PREFIX)
21
22
-.PHONY: build tests tools debug clean coverage prove install uninstall
+.PHONY: build tests tools debug clean coverage prove ce install uninstall
23
24
build:
25
$(GNATMAKE) -P tools/json_ada.gpr -cargs $(CFLAGS)
@@ -42,6 +42,9 @@ clean:
42
prove:
43
$(GNATPROVE) --level=4 --prover=all --mode=check -P tools/json_ada.gpr
44
45
+ce:
46
+ docker run --rm -it -v ${PWD}:/test -u $(shell id -u):$(shell id -g) -w /test alire/gnat:community-latest make tools
47
+
48
tests: build_test
49
./tests/unit/test_bindings
50
0 commit comments