Kouhei Sutou
null+****@clear*****
Tue Oct 22 16:55:16 JST 2013
Kouhei Sutou 2013-10-22 16:55:16 +0900 (Tue, 22 Oct 2013) New Revision: a0f817397c60d422be0d5434b91be369a07ff2dd https://github.com/mroonga/mroonga/commit/a0f817397c60d422be0d5434b91be369a07ff2dd Message: Move Makefile.am to mysql-test/ from test/sql/ Modified files: Makefile.am configure.ac test/Makefile.am Renamed files: mysql-test/Makefile.am (from test/sql/Makefile.am) Modified: Makefile.am (+1 -0) =================================================================== --- Makefile.am 2013-10-22 16:45:26 +0900 (b354ec1) +++ Makefile.am 2013-10-22 16:55:16 +0900 (fe189fd) @@ -28,6 +28,7 @@ SUBDIRS = \ lib \ udf \ test \ + mysql-test \ doc \ tools \ packages \ Modified: configure.ac (+1 -1) =================================================================== --- configure.ac 2013-10-22 16:45:26 +0900 (e339d96) +++ configure.ac 2013-10-22 16:55:16 +0900 (4d5dce9) @@ -419,7 +419,7 @@ AC_CONFIG_FILES([ udf/Makefile test/Makefile test/unit/Makefile - test/sql/Makefile + mysql-test/Makefile packages/Makefile packages/rpm/Makefile packages/rpm/centos/Makefile Renamed: mysql-test/Makefile.am (+2 -2) 58% =================================================================== --- test/sql/Makefile.am 2013-10-22 16:45:26 +0900 (6a7ac9f) +++ mysql-test/Makefile.am 2013-10-22 16:55:16 +0900 (9ea677b) @@ -1,8 +1,8 @@ dist-hook: - if [ -n "`find suite -name '*.reject'`" ]; then \ + if [ -n "`find mroonga -name '*.reject'`" ]; then \ echo "reject files exist"; \ exit 1; \ fi EXTRA_DIST = \ - suite + mroonga Modified: test/Makefile.am (+1 -1) =================================================================== --- test/Makefile.am 2013-10-22 16:45:26 +0900 (5a1cea2) +++ test/Makefile.am 2013-10-22 16:55:16 +0900 (ce75011) @@ -1,4 +1,4 @@ -SUBDIRS = unit sql +SUBDIRS = unit TESTS = run-sql-test.sh TESTS_ENVIRONMENT = \ -------------- next part -------------- HTML����������������������������...Download