aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-06-10 18:54:22 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-11 17:15:50 +0300
commited173ed785c69be66339b01e4c10c64279616cce (patch)
tree0a1fc8edb017ad2eb9779abd0e841278f478f802 /configure.ac
parent05f8bba7ce511e11a2d61855b494e2556377ff2d (diff)
validation: creating own dir and lib for pktio
Module pktio now gets its own directory and create its own lib (currentely only containing its executable) Startup scripting stuff is just moved to the pktio directory but remains untouched at this stage (test is still ran from validation side) Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Stuart Haslam <stuart.haslam@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 774fcca83..5f1cc6670 100644
--- a/configure.ac
+++ b/configure.ac
@@ -302,6 +302,7 @@ AC_CONFIG_FILES([Makefile
test/performance/Makefile
test/validation/Makefile
test/validation/common/Makefile
+ test/validation/pktio/Makefile
test/miscellaneous/Makefile
])