gtsam/cpp/testFactorgraph.cpp

18 lines
475 B
C++
Raw Normal View History

2009-08-22 06:23:24 +08:00
/**
* @file testFactorgraph.cpp
* @brief Unit tests for Factor Graphs
* @author Christian Potthast
**/
/*STL/C++*/
#include <list>
#include <iostream>
using namespace std;
#include <CppUnitLite/TestHarness.h>
#include "smallExample.h"
/* ************************************************************************* */
int main() { TestResult tr; return TestRegistry::runAllTests(tr);}
/* ************************************************************************* */