diff options
author | msvensson@pilot.blaudden <> | 2007-03-15 15:52:04 +0100 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-03-15 15:52:04 +0100 |
commit | e18257221298b92a16e5378516c63ce3d4321d0d (patch) | |
tree | 12a53820c257e8f8b3299623990980ef5b5a8584 /tests/Makefile.am | |
parent | d729858b2e054db5f6a7b6fcc60c0c0cfc1a37ab (diff) | |
download | mariadb-git-e18257221298b92a16e5378516c63ce3d4321d0d.tar.gz |
Remove test/udf_test and test/udf_test.res, since udf's are nowadays
tested by mysql-test-run.pl
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a19ffecbd14..bd56570d8d4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,7 +24,7 @@ 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 \ + myisam-big-rows.tst \ CMakeLists.txt bin_PROGRAMS = mysql_client_test |