OSDN Git Service

utを機能ごとに分割するためにファイル名を変更した。
authorMitsuru Hasegawa <hasegawa@metrosystems.co.jp>
Mon, 6 Aug 2012 05:33:42 +0000 (14:33 +0900)
committerMitsuru Hasegawa <hasegawa@metrosystems.co.jp>
Mon, 6 Aug 2012 05:33:42 +0000 (14:33 +0900)
Makefile
expected/ut-A.out [moved from expected/ut.out with 100% similarity]
sql/ut-A.sql [moved from sql/ut.sql with 100% similarity]

index 90ce320..65c198d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #
 
 MODULES = pg_hint_plan
-REGRESS = init base_plan pg_hint_plan prepare fdw ut_init ut ut_fini
+REGRESS = init base_plan pg_hint_plan prepare fdw ut_init ut-A ut_fini
 
 EXTRA_CLEAN = sql/fdw.sql expected/base_plan.out expected/prepare.out expected/fdw.out
 
similarity index 100%
rename from expected/ut.out
rename to expected/ut-A.out
similarity index 100%
rename from sql/ut.sql
rename to sql/ut-A.sql