/** * @file testFactorgraph.cpp * @brief Unit tests for Factor Graphs * @author Christian Potthast **/ /*STL/C++*/ #include #include using namespace std; #include #include "smallExample.h" /* ************************************************************************* */ int main() { TestResult tr; return TestRegistry::runAllTests(tr);} /* ************************************************************************* */