diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-08 10:53:48 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-08 10:53:48 +0000 |
commit | 2ab265d0eb1bd8d662bac7acec8a6f5717f1fb71 (patch) | |
tree | b89a2baa6fcaace851d6c1b300421e9f73234eb5 /mysql-test/Makefile.am | |
parent | 61838e4c372bbea279ad086ac26d3097196e4bdf (diff) | |
download | mariadb-git-2ab265d0eb1bd8d662bac7acec8a6f5717f1fb71.tar.gz |
Makefile.am:
added so that it is possible to make mysql_test_run_new
but not done for target all do:
make mysql_test_run_new
mysql-test/Makefile.am:
added so that it is possible to make mysql_test_run_new
but not done for target all do:
make mysql_test_run_new
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 8ae0c256148..fcf352f46e6 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -37,10 +37,9 @@ test_DATA = std_data/client-key.pem std_data/client-cert.pem std_data/cacert.pem CLEANFILES = $(test_SCRIPTS) $(test_DATA) INCLUDES = -I$(srcdir)/../include -I../include -I.. -# remove mysql_test_run_new for now, it breaks the make -#bin_PROGRAMS = mysql_test_run_new +EXTRA_PROGRAMS = mysql_test_run_new noinst_HEADERS = my_manage.h -#mysql_test_run_new_SOURCES= mysql_test_run_new.c my_manage.c +mysql_test_run_new_SOURCES= mysql_test_run_new.c my_manage.c dist-hook: |