diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-25 16:07:07 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-25 16:07:07 -0800 |
commit | 998aebf83c2796fdfabc2efd804ca14103adcaaf (patch) | |
tree | 7e3675ffc14e41e390369fdeca4b9d7643ae6834 /test/main_test.cpp | |
parent | 069a7ce0570001ea3d9512a11d238ea4d6773f1d (diff) | |
download | uhd-998aebf83c2796fdfabc2efd804ca14103adcaaf.tar.gz uhd-998aebf83c2796fdfabc2efd804ca14103adcaaf.tar.bz2 uhd-998aebf83c2796fdfabc2efd804ca14103adcaaf.zip |
Various tweaks, switched to boost unit testing.
Diffstat (limited to 'test/main_test.cpp')
-rw-r--r-- | test/main_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/main_test.cpp b/test/main_test.cpp new file mode 100644 index 000000000..0b47303b7 --- /dev/null +++ b/test/main_test.cpp @@ -0,0 +1,3 @@ +#define BOOST_TEST_DYN_LINK +#define BOOST_TEST_MAIN +#include <boost/test/unit_test.hpp> |