commit | 848b938cd9d59e956da3d6b005aacad6226e68fa | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Mar 13 15:48:23 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Mar 13 16:16:25 2019 -0700 |
tree | d7f2aaed85b198596114b829fe1e8c8962bec2aa | |
parent | 0788699a94c7a36f4d736357a5733763380bb726 [diff] [blame] |
build: add build of empty tests Add tests to the build. Change-Id: Ic12b5eee708a3ec8e16d997f2a7d18adec2c779d Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..3a400d5 --- /dev/null +++ b/test/Makefile.am
@@ -0,0 +1,4 @@ + + +check_PROGRAMS = +TESTS = $(check_PROGRAMS)