• Teodor Mircea Ionita's avatar
    MDEV-16075: Workaround to run MTR test suite for make test · d39629f0
    Teodor Mircea Ionita authored
    Assign all tests added via MY_ADD_TEST to a bogus default_ignore target,
    so that they are not ran by default when doing bare make test. Add default
    test named MTR that calls mysql-test-run suite, which is now the single
    test run by make test.
    
    In consequence, modified unit/suite.pm to exclude the MTR test and run the
    real ctests flagged for default_ignore target, thus no circular
    loop.
    d39629f0
CMakeLists.txt 16.4 KB