[Groonga-mysql-commit] mroonga/mroonga [master] include SQL test files in archives.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 5日 (日) 10:38:46 JST


Kouhei Sutou	2010-09-05 01:38:46 +0000 (Sun, 05 Sep 2010)

  New Revision: 762276c7d886c178635d56fe9783647bc82a046f

  Log:
    include SQL test files in archives.

  Added files:
    test/sql/Makefile.am
    test/sql/r/Makefile.am
    test/sql/t/Makefile.am
  Modified files:
    configure.ac
    test/Makefile.am

  Modified: configure.ac (+3 -0)
===================================================================
--- configure.ac    2010-09-04 07:35:02 +0000 (3739b6b)
+++ configure.ac    2010-09-05 01:38:46 +0000 (a844d48)
@@ -216,6 +216,9 @@ AC_CONFIG_FILES([
   Makefile
   test/Makefile
   test/unit/Makefile
+  test/sql/Makefile
+  test/sql/r/Makefile
+  test/sql/t/Makefile
   apt/Makefile
   rpm/Makefile
   rpm/centos/Makefile

  Modified: test/Makefile.am (+5 -1)
===================================================================
--- test/Makefile.am    2010-09-04 07:35:02 +0000 (9f47fc4)
+++ test/Makefile.am    2010-09-05 01:38:46 +0000 (2eefdde)
@@ -1,9 +1,13 @@
-SUBDIRS = unit
+SUBDIRS = unit sql
 
 if WITH_CUTTER
 TESTS = run-unit-test.sh
 TESTS_ENVIRONMENT = CUTTER="$(CUTTER)"
 endif
 
+EXTRA_DIST =					\
+	run-unit-test.sh			\
+	run-sql-test.sh
+
 echo-cutter:
 	echo $(CUTTER)

  Added: test/sql/Makefile.am (+1 -0) 100644
===================================================================
--- /dev/null
+++ test/sql/Makefile.am    2010-09-05 01:38:46 +0000 (73f4b34)
@@ -0,0 +1 @@
+SUBDIRS = r t

  Added: test/sql/r/Makefile.am (+15 -0) 100644
===================================================================
--- /dev/null
+++ test/sql/r/Makefile.am    2010-09-05 01:38:46 +0000 (4857fd1)
@@ -0,0 +1,15 @@
+# ls *.result | sort | sed -e 's/^/\t/'
+EXTRA_DIST =					\
+	btree.result				\
+	create_table.result			\
+	delete.result				\
+	drop_database.result			\
+	drop_table.result			\
+	fulltext.result				\
+	hash.result				\
+	insert.result				\
+	select_all.result			\
+	select_pkey.result			\
+	show_create_table.result		\
+	show_table_status.result		\
+	update.result

  Added: test/sql/t/Makefile.am (+15 -0) 100644
===================================================================
--- /dev/null
+++ test/sql/t/Makefile.am    2010-09-05 01:38:46 +0000 (e55e68f)
@@ -0,0 +1,15 @@
+# ls *.test | sort | sed -e 's/^/\t/'
+EXTRA_DIST =					\
+	btree.test				\
+	create_table.test			\
+	delete.test				\
+	drop_database.test			\
+	drop_table.test				\
+	fulltext.test				\
+	hash.test				\
+	insert.test				\
+	select_all.test				\
+	select_pkey.test			\
+	show_create_table.test			\
+	show_table_status.test			\
+	update.test




Groonga-mysql-commit メーリングリストの案内
Back to archive index