#
# FRAMEWORK group
#

(FRAMEWORK, INSTALL, EpetraExtTests) {
    DIRS = MatrixMatrix,
           Permutation,
           Transpose,
           inout;
    ARGS = -v;
    COMM = SERIAL, MPI;
}

# Removed MapColoring & MatrixMatrix from MPI for now because they always seem to hang.

(FRAMEWORK, INSTALL, EpetraExtTests) {
    DIRS = MatrixMatrix,
           MapColoring;
    ARGS = -v;
    COMM = SERIAL;
}
