[boost.test] Can't compile basic example: vtable error
Hello, I'm trying to just do the basic example of boost.test unit testing.
I'm getting compilation errors when I include the headers.
=============== test.cpp ====================
#define BOOST_TEST_MODULE MyTest
#include
AMDG Trevor Bain wrote:
Hello, I'm trying to just do the basic example of boost.test unit testing. I'm getting compilation errors when I include the headers.
Try linking to the test library. Instructions for building it are at http://www.boost.org/doc/libs/1_35_0/more/getting_started/index.html In Christ, Steven Watanabe
Steven Watanabe
AMDG
Trevor Bain wrote:
Hello, I'm trying to just do the basic example of boost.test unit testing. I'm getting compilation errors when I include the headers.
Try linking to the test library.
And you don't need main(). Gennadiy
participants (3)
-
Gennadiy Rozental
-
Steven Watanabe
-
Trevor Bain