commit | f1586f55b89d5475f4da856745917efa7e51dcac | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Mar 18 10:41:22 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Mar 19 09:37:16 2019 -0700 |
tree | bf5ce55ec3ba2cedd0ac33b3ead0f50b8b68c8f6 | |
parent | d087d81ae3cad0df1d641c87144909e46fcb20fb [diff] [blame] |
build: enable unit-tests Enable unit-tests in the configure and makefile. Tested: Compiled. Change-Id: I8a573bb97c4752254797104c75660ecd372fb120 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am index ac68e5e..218ea38 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -12,3 +12,5 @@ libethstatscmd_la_CXXFLAGS = \ $(LIBIPMID_CFLAGS) \ -flto + +SUBDIRS = . test