テスト説明の形式を修正
authorj8takagi <j8takagi@nifty.com>
Wed, 10 Nov 2010 11:49:39 +0000 (20:49 +0900)
committerj8takagi <j8takagi@nifty.com>
Wed, 10 Nov 2010 11:49:39 +0000 (20:49 +0900)
sample/hoc1/test/Makefile
sample/hoc1/test/add/desc.txt
sample/hoc1/test/div/desc.txt
sample/hoc1/test/div_1/desc.txt
sample/hoc1/test/mul/desc.txt
sample/hoc1/test/pi/desc.txt
sample/hoc1/test/sub/desc.txt

index 934b867..a66c1f8 100644 (file)
@@ -33,7 +33,7 @@ checkeach:
        @for target in $(TESTS); do $(MAKE) check -C $$target; done
 
 $(GROUP_LOG_FILE):
-       @for target in $(TESTS); do cat <$$target/$(LOG_FILE) >>$@ || echo $$target ": no log." >>$@; done
+       @for target in $(TESTS); do (echo<$$target/$(LOG_FILE) && cat <$$target/$(LOG_FILE)) >>$@ || echo $$target ": no log." >>$@; done
 
 report: $(GROUP_LOG_FILE)
        @echo "$(GROUP): $(SUCCESS_TEST) / $(ALL_TEST) tests passed. Details in `pwd`/$(GROUP_LOG_FILE)"; \
index 410b8ee..b4dc198 100644 (file)
@@ -1 +1 @@
-hoc1 - 足し算のテスト
+hoc1 - add 足し算のテスト
index 7036046..5a879b7 100644 (file)
@@ -1 +1 @@
-hoc1 - 引き算のテスト
+hoc1 - div 割り算のテスト
index 7036046..56793a0 100644 (file)
@@ -1 +1,2 @@
-hoc1 - 引き算のテスト
+hoc1 - div_1 割り算のテスト
+テストの想定に誤りがあるため、正常動作時、テストは失敗する
index 10e9a8a..687b39b 100644 (file)
@@ -1 +1 @@
-hoc1 - け算のテスト
+hoc1 - mul 掛け算のテスト
index 3198ff5..8546613 100644 (file)
@@ -1 +1 @@
-公式 pi/4 = 1 + 1/3 + 1/5 ... を実行
+div - pi 公式 pi/4 = 1 + 1/3 + 1/5 ... を実行
index 7036046..579047d 100644 (file)
@@ -1 +1 @@
-hoc1 - 引き算のテスト
+hoc1 - sub 引き算のテスト