Add template files

This commit is contained in:
2024-12-23 16:18:39 +01:00
parent d2b64fdc5a
commit e55c019ef0
20 changed files with 869 additions and 0 deletions

8
tpl/tests/src/main.cpp Normal file
View File

@ -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);
}

1
tpl/tests/src/precomp.hpp Symbolic link
View File

@ -0,0 +1 @@
../../src/precomp.hpp