1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

MDEV-16075: Workaround to run MTR test suite for make test

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.
This commit is contained in:
Teodor Mircea Ionita
2018-05-07 22:40:27 +03:00
committed by Vicențiu-Marian Ciorbaru
parent 0e6d6354bf
commit d39629f01e
4 changed files with 7 additions and 3 deletions

View File

@@ -26,4 +26,4 @@ ELSE()
ENDIF()
TARGET_LINK_LIBRARIES(explain_filename-t sql mytap)
ADD_TEST(explain_filename explain_filename-t)
MY_ADD_TEST(explain_filename explain_filename-t)