diff options
author | Neale Ranns <nranns@cisco.com> | 2018-07-16 08:22:37 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-07-22 21:16:55 +0000 |
commit | b7d41fc18e43e4b839b6297d776c4a3e31fd1fb6 (patch) | |
tree | 00045a631978e6b1c3b0c3745f449e85587ed1d1 /test/Makefile | |
parent | 78451a6a660cd26a67d2284219f48878a2dfe2c3 (diff) |
make test-ext: a new test target that builds VOM (existing one no longer do)
Change-Id: If590e90b2a1c3b884863ec15a92ea4353ac9eb7c
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 2c5f1ec6f98..06596424e9d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -143,7 +143,10 @@ ext: test-dep: verify-python-path $(PAPI_INSTALL_DONE) -test: verify-python-path $(PAPI_INSTALL_DONE) ext sanity reset +test: verify-python-path $(PAPI_INSTALL_DONE) sanity reset + $(call retest-func) + +test-ext: verify-python-path $(PAPI_INSTALL_DONE) ext sanity reset $(call retest-func) retest: verify-python-path sanity reset |