Add testcase

Add a basic test that simply runs the server.

Change-Id: Ie682df8cf4dd755852e4fb07ccbc83e8bb13d629
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
5 files changed
tree: 1dd81c832046b9eb0232fe5345abf56989314953
  1. test/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. directory.cpp
  8. directory.hpp
  9. hwmon.hpp
  10. LICENSE
  11. mainloop.cpp
  12. mainloop.hpp
  13. Makefile.am
  14. readd.cpp
  15. README.md
  16. sensorcache.hpp
  17. sensorset.cpp
  18. sensorset.hpp
  19. sysfs.hpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

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

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