testDiscreteFactor.cpp
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2 
3  * GTSAM Copyright 2010, Georgia Tech Research Corporation,
4  * Atlanta, Georgia 30332-0415
5  * All Rights Reserved
6  * Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7 
8  * See LICENSE for the license information
9 
10  * -------------------------------------------------------------------------- */
11 
12 /*
13  * testDiscreteFactor.cpp
14  *
15  * @date Feb 14, 2011
16  * @author Duy-Nguyen Ta
17  */
18 
19 #include <gtsam/base/Testable.h>
22 #include <boost/assign/std/map.hpp>
23 using namespace boost::assign;
24 
25 using namespace std;
26 using namespace gtsam;
27 
28 /* ************************************************************************* */
29 int main() {
30  TestResult tr;
31  return TestRegistry::runAllTests(tr);
32 }
33 /* ************************************************************************* */
34 
Concept check for values that can be used in unit tests.
static int runAllTests(TestResult &result)
Definition: Half.h:150
int main()
traits
Definition: chartTesting.h:28


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:46:25