Boost logo

Boost Testing :

From: robert kraus (rob_kra_at_[hidden])
Date: 2005-08-07 08:29:25


Hi, I tried your library but I don't get an error
during linking (or running - I understood a linker
error should be created)

Thank you very much for your answers

Some information:

----------TestMain.cpp----------
#define BOOST_AUTO_TEST_MAIN
#include <boost/test/auto_unit_test.hpp>

BOOST_AUTO_UNIT_TEST( test1 ){
        BOOST_ERROR( "error 1" );

}
-------------------------
Building target: test
Invoking: GCC C++ Linker
g++ -otest ./tests/TestMain.o ./FileReader.o ./Main.o
-lboost_unit_test_framework
Finished building target: test
 
Build complete for project test

gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Boost-testing list run by mbergal at meta-comm.com