diff options
author | unknown <kent@mysql.com> | 2004-10-08 01:39:20 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2004-10-08 01:39:20 +0200 |
commit | 69b6adbd583fa669a2c52ed7d37e147d77fa40ee (patch) | |
tree | dee786976c6d3d07709c4872e4a3145cec35163a /tests/Makefile.am | |
parent | 36b3ed27fbf1290519c4d59591ab49c15400f1d4 (diff) | |
download | mariadb-git-69b6adbd583fa669a2c52ed7d37e147d77fa40ee.tar.gz |
Makefile.am, client_test.test, mysql-test-run.sh:
To make client_test work as mysql-test-run test case, needs to install it
mysql-test/mysql-test-run.sh:
To make client_test work as mysql-test-run test case, needs to install it
mysql-test/t/client_test.test:
To make client_test work as mysql-test-run test case, needs to install it
tests/Makefile.am:
To make client_test work as mysql-test-run test case, needs to install it
Diffstat (limited to 'tests/Makefile.am')
-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 5d0e4627b69..df16ee789a5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,7 +26,8 @@ EXTRA_DIST = auto_increment.res auto_increment.tst \ pmail.pl mail_to_db.pl table_types.pl \ udf_test udf_test.res myisam-big-rows.tst -noinst_PROGRAMS = insert_test select_test thread_test client_test +bin_PROGRAMS = client_test +noinst_PROGRAMS = insert_test select_test thread_test # # C Test for 4.1 protocol |