#
# FRAMEWORK group
#

# Sacado unit tests (Note: Must have CppUnit enabled for these to be built!)
(FRAMEWORK,INSTALL) {
    DIRS = TestSuite, tradoptest ;
    EXIT-STATUS = STRING-COMPARISON(OK);
    COMM = SERIAL, MPI;
}

# Sacado examples
(FRAMEWORK,INSTALL) {
    DIRS = ../example ;
    COMM = SERIAL;
}
