tests: move vapi C/C++ test files into src/

Type: improvement
Change-Id: Iaad004661db1e9076e6c27227878f1612fa7289f
Signed-off-by: Damjan Marion <damarion@cisco.com>
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Damjan Marion
2021-05-25 18:29:24 +02:00
committed by Damjan Marion
parent 6621abf49a
commit a2d6d352c6
7 changed files with 58 additions and 73 deletions

View File

@@ -194,10 +194,6 @@ sanity: test-dep
echo \"*******************************************************************\" &&\
false)"
.PHONY: ext-test-apps
ext-test-apps:
make -C ext test-apps
$(FAILED_DIR): reset
@mkdir -p $@
@@ -205,7 +201,7 @@ $(FAILED_DIR): reset
test-dep: $(PAPI_INSTALL_DONE) $(FAILED_DIR)
.PHONY: test
test: test-dep ext-test-apps sanity
test: test-dep sanity
$(call retest-func)
.PHONY: retest