Make it possible to do make check

Signed-off-by: Anders Roxell <[email protected]>
---
 test/cunit/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/cunit/Makefile.am b/test/cunit/Makefile.am
index 6bd82f6..927a5a5 100644
--- a/test/cunit/Makefile.am
+++ b/test/cunit/Makefile.am
@@ -4,6 +4,8 @@ AM_CFLAGS += -I$(CUNIT_PATH)/include
 AM_LDFLAGS += -L$(CUNIT_PATH)/lib
 
 if ODP_CUNIT_ENABLED
+TESTS = ${bin_PROGRAMS}
+check_PROGRAMS = ${bin_PROGRAMS}
 bin_PROGRAMS = odp_init
 odp_init_LDFLAGS = $(AM_LDFLAGS) -static -lcunit
 endif
-- 
2.1.0


_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to