X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=doc%2Fyacasl2.html;h=5c568b635d85e60513fa37b2848a6a461b3af016;hp=ec513d7c6edb26ed26a9e1fa63bbde954f440a77;hb=bf31ea99380e3ee2198f61f6510ebe6e4a3961f5;hpb=79f7a10d94e20b14b8018e41c98965b91013cb92 diff --git a/doc/yacasl2.html b/doc/yacasl2.html index ec513d7..5c568b6 100644 --- a/doc/yacasl2.html +++ b/doc/yacasl2.html @@ -331,13 +331,13 @@ YACASL2の動作はCASL IIの仕様に準拠しているため、情報処理試

次のコマンドを実行すると、正常にビルドできているかどうかを詳細にテストできます。

  $ make check
-  194 / 194 tests passed. Details in /home/kazubito/yacasl2/test/integra
+  195 / 195 tests passed. Details in /home/username/yacasl2/test/integra
   tion/casl2/Test.log
   All tests are succeded.
-  149 / 149 tests passed. Details in /home/kazubito/yacasl2/test/integra
+  149 / 149 tests passed. Details in /home/username/yacasl2/test/integra
   tion/comet2/Test.log
   All tests are succeded.
-  4 / 4 tests passed. Details in /home/kazubito/yacasl2/test/integration
+  4 / 4 tests passed. Details in /home/username/yacasl2/test/integration
   /dumpword/Test.log
   All tests are succeded.
 
@@ -394,7 +394,7 @@ YACASL2の動作はCASL IIの仕様に準拠しているため、情報処理試 MAIN START OUT OBUF,LEN RET - OBUF DC ’Hello, World!’ + OBUF DC 'Hello, World!' LEN DC 13 END