aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-06-30 18:14:55 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-01 19:17:47 +0300
commit915975d3f27386fc5c83ed542c5390b276e95e12 (patch)
tree2c7b10dc26d1b27ac2feb5762cb34eb5741c9c0e /configure.ac
parent83049e113e516a55b8dfffcfb6fb3cabc8941f44 (diff)
validation: creating own dir and lib for scheduler
Module scheduler now gets its own directory and create its own lib (currentely only containing its executable) Signed-off-by: Christophe Milard <christophe.milard@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 6c29c0e..bfe5964 100644
--- a/configure.ac
+++ b/configure.ac
@@ -313,6 +313,7 @@ AC_CONFIG_FILES([Makefile
test/validation/pool/Makefile
test/validation/queue/Makefile
test/validation/random/Makefile
+ test/validation/scheduler/Makefile
test/validation/system/Makefile
test/miscellaneous/Makefile
])