| 57 | }; |
| 58 | |
| 59 | BOOST_AUTO_TEST_CASE(test_Goal) |
| 60 | { |
| 61 | //TODO: Write tests once goal dependencies are testable |
| 62 | LogManager logMgr; |
| 63 | logMgr.addSink(std::unique_ptr<LogSink>(new LogSinkConsole())); |
| 64 | TestGoal g("name", "arguments"); |
| 65 | BOOST_CHECK(g.isMet(Seat(), GameMap())); |
| 66 | } |