catch.cpp 615 B

123456789101112131415161718192021222324252627
  1. /*
  2. * =====================================================================================
  3. *
  4. * Filename: catch.cpp
  5. *
  6. * Description: Unit Tests using the Catch framework
  7. *
  8. * Version: 1.0
  9. * Created: 07/03/2017 08:25:04 PM
  10. * Revision: none
  11. * Compiler: gcc
  12. *
  13. * Author: surkeh@protonmail.com
  14. *
  15. * =====================================================================================
  16. */
  17. #ifndef CATCH_CONFIG_MAIN
  18. #define CATCH_CONFIG_MAIN
  19. #include "catch.hpp"
  20. #include "catch-parser.cpp"
  21. #include "catch-entityconverter.cpp"
  22. #endif //CATCH_CONFIG_MAIN