aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-05-12 17:32:11 -0400
committerMike Holmes <mike.holmes@linaro.org>2015-05-27 08:38:25 -0400
commitee48c657b52d0f8dd8a11c18c62bce8920935c3e (patch)
treea43b3ec28406a3d82f2e0b2fc8578fcf33b65ae5 /Makefile.am
parenta9cc0fc700a4a8b9589404a18136b01974ca4aa3 (diff)
test: helper: add process and thread tests
The helpers need to be tested independently from the ODP API, create a folder to contain helper tests, adding tests for process and thread creation. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3f80a2a40..cff83f79a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS=-I m4
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = doc platform example test
+SUBDIRS = doc platform example test helper
include $(top_srcdir)/aminclude.am