My bad, the reason is missing 'CppUnit' package. Jan
On Fri, 23 Oct 2015 09:56:53 +0100 "Garth N. Wells" <[email protected]> wrote: > On 23 October 2015 at 09:53, Jan Blechta <[email protected]> > wrote: > > > I can't find a way how to generate target 'tests' in DOLFIN which is > > needed to run C++ unit tests (target 'run_unittests_cpp'): > > > > > Strange - I have a make target 'tests'. > > Garth > > > > $ cd <dolfin> > > $ mkdir -p $BUILDDIR > > $ cd $BUILDDIR > > $ cmake -DCMAKE_INSTALL_PREFIX=$INSTALLDIR \ > > -DDOLFIN_ENABLE_TESTING:BOOL=ON \ > > -DDOLFIN_ENABLE_UNIT_TESTS:BOOL=ON \ > > -DDOLFIN_ENABLE_BENCHMARKS:BOOL=ON \ > > -DCMAKE_BUILD_TYPE:STRING=Developer \ > > -DDOLFIN_DEPRECATION_ERROR:BOOL=ON \ > > .. > > > > $ make tests > > make: *** No rule to make target 'tests'. Stop. > > > > Strange is that this seems to work on buildbots. Any clues? > > _______________________________________________ > > fenics mailing list > > [email protected] > > http://fenicsproject.org/mailman/listinfo/fenics > > _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
