Katja: Add test facilities
This commit is contained in:
9
tests/tester.cpp
Normal file
9
tests/tester.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#define BOOST_TEST_MODULE unit tests
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include "katja/repository.hpp"
|
||||
|
||||
BOOST_AUTO_TEST_CASE(construct_valid_database_package)
|
||||
{
|
||||
BOOST_TEST(true);
|
||||
}
|
Reference in New Issue
Block a user