#$(if $(USE_CONTRIB_SLEPC:no=), slepc,) \
#$(if $(USE_CONTRIB_TRILINOS:no=), trilinos,) \
-#a-framework
+ADD_SUBDIRECTORY(a-framework)
ADD_SUBDIRECTORY(aniso)
ADD_SUBDIRECTORY(base)
ADD_SUBDIRECTORY(bits)
--- /dev/null
+DEAL_II_PICKUP_TESTS()
+++ /dev/null
-############################################################
-# Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
-############################################################
-
-include ../Makefile.paths
-include $D/common/Make.global_options
-include ../Makefile.rules
--include Makefile.depend
--include Makefile.tests
int main ()
{
- std::ofstream logfile("compile/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("fail/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("link/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("miscompare/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("run/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);