1
0
Fork 0

Add basic infrastrucure for building full tests

This commit is contained in:
Fred Sundvik 2017-06-16 20:21:28 +03:00
parent 621ae42a6c
commit 30f22d450d
7 changed files with 75 additions and 1 deletions

View file

@ -419,7 +419,7 @@ define BUILD_TEST
MAKE_TARGET := $2
COMMAND := $1
MAKE_CMD := $$(MAKE) -r -R -C $(ROOT_DIR) -f build_test.mk $$(MAKE_TARGET)
MAKE_VARS := TEST=$$(TEST_NAME)
MAKE_VARS := TEST=$$(TEST_NAME) FULL_TESTS=$$(FULL_TESTS)
MAKE_MSG := $$(MSG_MAKE_TEST)
$$(eval $$(call BUILD))
ifneq ($$(MAKE_TARGET),clean)