
14 Mar
2008
14 Mar
'08
4:19 p.m.
Stephen Torri <torrisa <at> auburn.edu> writes:
Here is my updated test program. The compiler still complains about the undefined reference to main.
// Boost Test declaration and Checking macro #include <boost/test/unit_test_suite.hpp> #include <boost/test/test_tools.hpp>
You should #include <boost/test/unit_test.hpp> Gennadiy