diff options
author | Patrick Venture <venture@google.com> | 2019-06-19 10:54:44 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2019-06-19 11:23:27 -0700 |
commit | 380832ccf6d9986cd2e993a6c463da97eadf7997 (patch) | |
tree | acd5e804f9fc3dd26545088d387f033021f8cbd5 /configure.ac | |
parent | 9efef5d97ec6c67e2c8e3b3c06727ee034846aa6 (diff) | |
download | phosphor-ipmi-flash-380832ccf6d9986cd2e993a6c463da97eadf7997.tar.gz phosphor-ipmi-flash-380832ccf6d9986cd2e993a6c463da97eadf7997.zip |
test: cleanup by moving tool tests into subfolder
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I15b3514d095d9fc770a1b0fe125eb48d96ada2c8
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |