commit | 21be45aac672029e1c0ad4a8e20a0337ebd53760 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Nov 06 12:08:52 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Tue Nov 06 15:34:20 2018 -0800 |
tree | 114d008accfc15254ce2ffc79883452e06116bcf | |
parent | ec3ebe23e466fd123a65dd4c2300d5cdcd5fa781 [diff] [blame] |
test: Add first unit-test to verify factory Verify the factory does what we expect. Change-Id: Ied4fbe45b1b46c0cc5726c9d5e437a9cb92e6182 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac index 8af2813..da02696 100644 --- a/configure.ac +++ b/configure.ac
@@ -76,5 +76,5 @@ ) # Create configured output -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile test/Makefile]) AC_OUTPUT