From 671cf51d6d0b08c216a99696aa30f17faff5e653 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 31 Jan 2023 10:34:18 +0100 Subject: 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 Change-Id: I97949abc2fff85d7a2b3784122be159aeec72b52 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit