diff options
| author | Andrew Geissler <geissonator@yahoo.com> | 2019-02-01 10:33:54 -0600 |
|---|---|---|
| committer | Matt Spinler <spinler@us.ibm.com> | 2019-04-05 15:05:32 +0000 |
| commit | 3b025e69dedd6d877f38bcc367296714d404e4eb (patch) | |
| tree | c8b2e5bb88ff90d8ba558c2816102eccc6bf5354 /src/test/Makefile.am.include | |
| parent | 12025cdc6ae3115b4ab97ee40a597a752a5aa2f7 (diff) | |
| download | phosphor-objmgr-3b025e69dedd6d877f38bcc367296714d404e4eb.tar.gz phosphor-objmgr-3b025e69dedd6d877f38bcc367296714d404e4eb.zip | |
unit-test: Introduce unit tests to phosphor-objmgr
Move a function to make more testable and add a test case for it
Testing: Verified 100% test coverage in processing.cpp
Change-Id: I0a888009cfeb57bbc8ad295681bea00b79f2a23d
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'src/test/Makefile.am.include')
| -rw-r--r-- | src/test/Makefile.am.include | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/Makefile.am.include b/src/test/Makefile.am.include new file mode 100644 index 0000000..a698753 --- /dev/null +++ b/src/test/Makefile.am.include @@ -0,0 +1,4 @@ +src_test_well_known_SOURCES = %reldir%/well_known.cpp src/processing.cpp + +check_PROGRAMS += \ + %reldir%/well_known |

