From 380832ccf6d9986cd2e993a6c463da97eadf7997 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 19 Jun 2019 10:54:44 -0700 Subject: test: cleanup by moving tool tests into subfolder Signed-off-by: Patrick Venture Change-Id: I15b3514d095d9fc770a1b0fe125eb48d96ada2c8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 53815f5..8db7aa6 100644 --- a/configure.ac +++ b/configure.ac @@ -330,5 +330,5 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"], ) # Create configured output -AC_CONFIG_FILES([Makefile test/Makefile tools/Makefile cleanup/Makefile cleanup/test/Makefile]) +AC_CONFIG_FILES([Makefile test/Makefile tools/Makefile tools/test/Makefile cleanup/Makefile cleanup/test/Makefile]) AC_OUTPUT -- cgit v1.2.1