We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7cfa9b commit b63c08dCopy full SHA for b63c08d
regtests/Makefile
@@ -26,7 +26,10 @@ build:
26
--subdirs=$(SDIR)/$(DEFAULT_LIBRARY_TYPE) -Pregtests
27
28
test: build
29
- PRJ_BUILD="$(PRJ_BUILD)" PATH=.:${PATH} ./testsuite.py --jobs=4
+ ADA_PROJECT_PATH="$(abspath $(CURDIR)/..)" \
30
+ PATH=.:${PATH} \
31
+ $(foreach v,PRJ_BUILD TARGET TP_XMLADA,$(v)="$($(v))") \
32
+ ./testsuite.py --jobs=4
33
34
clean:
35
-$(GPRCLEAN) -XLIBRARY_TYPE=$(DEFAULT_LIBRARY_TYPE) \
0 commit comments