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:

committed by
Damjan Marion

parent
6621abf49a
commit
a2d6d352c6
@@ -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
|
||||
|
Reference in New Issue
Block a user