TestHarness.h 772 B

1234567891011121314151617181920212223242526272829
  1. /* ----------------------------------------------------------------------------
  2. * GTSAM Copyright 2010, Georgia Tech Research Corporation,
  3. * Atlanta, Georgia 30332-0415
  4. * All Rights Reserved
  5. * Authors: Frank Dellaert, et al. (see THANKS for the full author list)
  6. * See LICENSE for the license information
  7. * -------------------------------------------------------------------------- */
  8. ///////////////////////////////////////////////////////////////////////////////
  9. //
  10. // TESTHARNESS.H
  11. //
  12. // The primary include file for the framework.
  13. //
  14. ///////////////////////////////////////////////////////////////////////////////
  15. #ifndef TESTHARNESS_H
  16. #define TESTHARNESS_H
  17. #include "Test.h"
  18. #include "TestResult.h"
  19. #include "Failure.h"
  20. #include "TestRegistry.h"
  21. #endif