diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-12-11 16:17:57 -0500 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-12-11 16:23:08 -0500 |
| commit | 783d1f98e32a7ee77db645196ba6843c0b0d9419 (patch) | |
| tree | fb92fe3b7f2c742c431a44e4e7b1bd5a9c364d7b /test | |
| parent | 25d54b5102241117915d18c612ce03cde20d2c5b (diff) | |
| download | phosphor-inventory-manager-783d1f98e32a7ee77db645196ba6843c0b0d9419.tar.gz phosphor-inventory-manager-783d1f98e32a7ee77db645196ba6843c0b0d9419.zip | |
test: Add test-driver, minor refactoring
Add the test driver so we can run unit tests with the check target.
Drop GTEST_CPPFLAGS - gtest has proper pkg-config support now.
Default not-found messages are sufficient - use those.
Change-Id: I887f6bc46a029b6b23254da7508745952f865869
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 98b521a..eb95144 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,6 +7,8 @@ check_PROGRAMS = noinst_PROGRAMS = phosphor-inventory-test noinst_LTLIBRARIES = libtest.la +TESTS = ${check_PROGRAMS} + extra_yamldir=$(top_srcdir)/example/extra_interfaces.d phosphor_inventory_test_SOURCES = test.cpp |

