commit | 8495a4af2a5dd2109be05700f14ba20395e7a873 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 15:27:25 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 23:28:22 2016 -0800 |
tree | 39d5f1498f54abfd100ac7bcca4d39d7c00a1968 | |
parent | eda3b7adecea7311c5bced58a26606da1917bfb2 [diff] [blame] |
tests: Import unit-tests infrastructure code from NFD
diff --git a/tests/main.cpp b/tests/main.cpp index 4abe5de..76e08fe 100644 --- a/tests/main.cpp +++ b/tests/main.cpp
@@ -17,9 +17,9 @@ * * See AUTHORS.md for complete list of ChronoShare authors and contributors. */ + #define BOOST_TEST_MAIN 1 #define BOOST_TEST_DYN_LINK 1 #include "test-common.hpp" - #include <boost/test/unit_test.hpp>