diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2023-01-31 10:34:18 +0100 |
---|---|---|
committer | Filip Tehlar <ftehlar@cisco.com> | 2023-02-24 14:38:15 +0100 |
commit | 671cf51d6d0b08c216a99696aa30f17faff5e653 (patch) | |
tree | 569ca122ed05396a4174c91c775d289b75769cf4 /.gitignore | |
parent | 182d2b466d158de4b2320fd280c1e7beb5bb37e4 (diff) |
hs-test: improve test infra
- add support for building/running debug/release images
- have one point of control (Makefile)
- list all test cases
Type: test
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I97949abc2fff85d7a2b3784122be159aeec72b52
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 81ab8c9ba55..64dbb8c1440 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,4 @@ compile_commands.json /extras/hs-test/vpp-data /extras/hs-test/hs-test /extras/hs-test/http_server +/extras/hs-test/.build.vpp |