Does anyone have a nice configuration for configure.in and Makefile.am so that cppunit tests are built only if cppunit is present.
I have a project with 3 directories: src - provides the library/program test - tests that don't use cppunit unittest - test that need cppunit to build
Log in to post a comment.
Does anyone have a nice configuration for configure.in and Makefile.am so that cppunit tests are built only if cppunit is present.
I have a project with 3 directories:
src - provides the library/program
test - tests that don't use cppunit
unittest - test that need cppunit to build