diff options
author | georg@lmy002.wdf.sap.corp <> | 2006-09-01 10:32:12 +0200 |
---|---|---|
committer | georg@lmy002.wdf.sap.corp <> | 2006-09-01 10:32:12 +0200 |
commit | 9d6471c33ec28eaed6bd4e138f602fad34b450b2 (patch) | |
tree | 67781fa721a49caf5bc3eb45b52b4e42b1c9abfb /tests | |
parent | 27636d93037a72fb77d0c711cb1630057c733ca4 (diff) | |
download | mariadb-git-9d6471c33ec28eaed6bd4e138f602fad34b450b2.tar.gz |
make dist changes for Cmake build
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ab747d6e4ec..3eb3d39de1e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,8 @@ EXTRA_DIST = auto_increment.res auto_increment.tst \ insert_and_repair.pl \ grant.pl grant.res test_delayed_insert.pl \ pmail.pl mail_to_db.pl table_types.pl \ - udf_test udf_test.res myisam-big-rows.tst + udf_test udf_test.res myisam-big-rows.tst \ + CMakeLists.txt bin_PROGRAMS = mysql_client_test noinst_PROGRAMS = insert_test select_test thread_test |