PACKAGE_NAME=EpetraExt

#
# 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 = MapColoring;
    ARGS = -v;
    COMM = SERIAL;
}
