From ee48c657b52d0f8dd8a11c18c62bce8920935c3e Mon Sep 17 00:00:00 2001 From: Mike Holmes Date: Tue, 12 May 2015 17:32:11 -0400 Subject: 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 Reviewed-by: Christophe Milard --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3