HomeHEPForge

Autoconf + Boost Unit tests: Unit tests are now only activated if Boost unit…

Description

Autoconf + Boost Unit tests: Unit tests are now only activated if Boost unit test libs are available -> created first unit test which is checking RandomGenerator.h class and using the ThePEG lib as a dependency -> To test this: Make sure that the Boost unit test libs are found during configure and then type, make and make check. -> If you forget make before make check it will complain about missing ThePEG lib