Add unit tests for policy::find()

Test that everything works when passing in a property
map that contains an error message and the additional
data.  This exercises the code that finds a search
modifier.

Change-Id: If3abcea41aa1f98b97262f1e8a0483e1772e9842
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2 files changed
tree: f0b6c89252a59139c18cd85b0acd4f427b7bc648
  1. test/
  2. .gitignore
  3. bootstrap.sh
  4. configure.ac
  5. dbus.cpp
  6. dbus.hpp
  7. interfaces.hpp
  8. LICENSE
  9. main.cpp
  10. Makefile.am
  11. manager.cpp
  12. manager.hpp
  13. policy_find.cpp
  14. policy_find.hpp
  15. policy_table.cpp
  16. policy_table.hpp
  17. README.md
README.md

Provides IBM specific error logging functionality.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.