From 83c4349e79252f476912d0305ac0e33828d6d54f Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 22 May 2017 22:04:03 -0400 Subject: build: Add a test directory Add a test directory to host future unit tests. Change-Id: I5072cb3055386f7b1718edc45241c723d9e63a54 Signed-off-by: Brad Bishop --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e738f3f..15abf12 100644 --- a/configure.ac +++ b/configure.ac @@ -53,5 +53,5 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"], AC_ARG_VAR(YAML_PATH, [The path to the yaml config files.]) AS_IF([test "x$YAML_PATH" == "x"], [YAML_PATH="$srcdir/example"]) -AC_CONFIG_FILES([Makefile src/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile src/test/Makefile]) AC_OUTPUT -- cgit v1.2.1