diff options
author | Daniel Fischer <df@sun.com> | 2010-04-30 13:36:57 +0200 |
---|---|---|
committer | Daniel Fischer <df@sun.com> | 2010-04-30 13:36:57 +0200 |
commit | b1109f0331044f12630160a070c70951f4303d86 (patch) | |
tree | 1ee83beaa0edf053b07119acb0d33264f9f3ec33 /mysql-test | |
parent | d60efe5820d98bba41f1b76c37927c8f648937c9 (diff) | |
parent | 17206900a07660ec35b7d86d8febabccac6a384f (diff) | |
download | mariadb-git-b1109f0331044f12630160a070c70951f4303d86.tar.gz |
merge
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/CMakeLists.txt b/mysql-test/CMakeLists.txt index 1e6adced6a9..2e279f554e3 100644 --- a/mysql-test/CMakeLists.txt +++ b/mysql-test/CMakeLists.txt @@ -19,6 +19,7 @@ INSTALL( COMPONENT Test PATTERN "var/" EXCLUDE PATTERN "lib/My/SafeProcess" EXCLUDE + PATTERN "lib/t*" EXCLUDE PATTERN "CPack" EXCLUDE PATTERN "CMake*" EXCLUDE PATTERN "mtr.out*" EXCLUDE |