| | |
| | | #define BOOST_TEST_MODULE license_generator_test |
| | | //#define BOOST_TEST_MAIN |
| | | #define BOOST_TEST_DYN_LINK |
| | | //#define BOOST_TEST_DYN_LINK |
| | | #include <boost/test/unit_test.hpp> |
| | | #include "../../../src/license-generator/license-generator.h" |
| | | #include "../../src/tools/license-generator/license-generator.h" |
| | | #include <build_properties.h> |
| | | #include <boost/filesystem.hpp> |
| | | #include "../../src/library/reader/SimpleIni.h" |
| | | #include "../../src/library/ini/SimpleIni.h" |
| | | |
| | | namespace fs = boost::filesystem; |
| | | using namespace license; |