diff options
author | Damjan Marion <damarion@cisco.com> | 2021-05-25 18:29:24 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-05-26 06:32:43 +0000 |
commit | a2d6d352c6926d2f8d4e50aeb1ec59802f32b37b (patch) | |
tree | 9ad70d1cd520fd11e18928793f8ed14f24c50985 /test/Makefile | |
parent | 6621abf49aec6d764e654316ff75274c75d4c1a1 (diff) |
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>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/Makefile b/test/Makefile index 82095883b55..6726ac3e1e2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 |