From a2d6d352c6926d2f8d4e50aeb1ec59802f32b37b Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 25 May 2021 18:29:24 +0200 Subject: tests: move vapi C/C++ test files into src/ Type: improvement Change-Id: Iaad004661db1e9076e6c27227878f1612fa7289f Signed-off-by: Damjan Marion Signed-off-by: Klement Sekera --- test/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/Makefile') 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 -- cgit 1.2.3-korg