#
# FRAMEWORK group
#

(FRAMEWORK, INSTALL) {
    TESTS = ./EpetraThyraAdapter/testEpetraThyra.exe,
            ./inverseApply/testInverseApply.exe,
            ./OperatorSources/testOperatorSources.exe;
    COMM = SERIAL, MPI(1);
}

# Tests that run in parallel
# Commenting these out until I can figure out how to get the
# test harness to find my data files to read in.
#(FRAMEWORK, INSTALL) {
#   TESTS = ../example/saddle_lsc/saddle_lsc.exe,
#           ../example/saddle_lsc/saddle_lsc_epetra.exe,
#           ../example/saddle_pcd/saddle_pcd.exe,
#           ../example/saddle_pcd/saddle_pcd_epetra.exe;
#   COMM = SERIAL, MPI;
#}

