aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-07-01 10:19:32 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-02 12:40:35 +0300
commite1c3e1afd33cdf60ab4d2277dd72c7cddd794256 (patch)
tree6c88c51316d040a90b5724d06a2f89880a7b8823 /configure.ac
parent59c5d9414960542bed3cd3015829fad3e5f193b2 (diff)
validation: creating own dir and lib for thread
Module thread 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 bfe5964..c036040 100644
--- a/configure.ac
+++ b/configure.ac
@@ -315,6 +315,7 @@ AC_CONFIG_FILES([Makefile
test/validation/random/Makefile
test/validation/scheduler/Makefile
test/validation/system/Makefile
+ test/validation/thread/Makefile
test/miscellaneous/Makefile
])