test.cpp 629 B

12345678910111213141516171819202122232425
  1. /*
  2. * =====================================================================================
  3. *
  4. * Filename: test.cpp
  5. *
  6. * Description: Unit Tests using Boost.Test
  7. *
  8. * Version: 1.0
  9. * Created: 08/01/2017 13:49:04 PM
  10. * Revision: none
  11. * Compiler: gcc
  12. *
  13. * Author: suhrke@protonmail.com
  14. *
  15. * =====================================================================================
  16. */
  17. #define BOOST_TEST_DYN_LINK
  18. #define BOOST_TEST_MODULE PortLibCpp
  19. #include <boost/test/unit_test.hpp>
  20. #include "test-fileattributes.cpp"
  21. #include "test-bitmap.cpp"
  22. #include "test-borland.cpp"