commit | 12ea1c594ea60cdb899f384d034270b83755919c | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Dec 13 12:39:06 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jan 07 15:59:43 2019 -0500 |
tree | 39230968c4fd7abb325c3818e91fb50136b7c22f | |
parent | 02763c68d89a95e745be740bacab2702d7838dd8 [diff] [blame] |
manager: Add build testcase Add a basic compile time test that ensures manager.hpp can build on its own. Change-Id: Id10cdd8135fd4a41ebf2a76bc1e0da2d1916c6fa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/test/manager_test.cpp b/test/manager_test.cpp new file mode 100644 index 0000000..712e9cf --- /dev/null +++ b/test/manager_test.cpp
@@ -0,0 +1 @@ +#include "../manager.hpp"