Migrate to normal project structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#define BOOST_TEST_MODULE My Test
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
BOOST_AUTO_TEST_CASE(first_test)
|
||||
{
|
||||
BOOST_TEST(1 == 1);
|
||||
}
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../src/precomp.hpp
|
||||
Reference in New Issue
Block a user