リビジョン | 93f01e416919bff13bab72bbccbdf693ea1c4339 (tree) |
---|---|
日時 | 2019-02-12 22:52:53 |
作者 | dhrname <dhrname@user...> |
コミッター | dhrname |
Modify the startest
@@ -654,8 +654,6 @@ printf("\n%d\n", i); | ||
654 | 654 | tokenmode = ST_KAGIKAKKO_END_TOKEN; |
655 | 655 | assert(tokenmode == 6); |
656 | 656 | |
657 | - elapsed = clock() - before; | |
658 | - printf("Time is %.3f seconds\n", elapsed/CLOCKS_PER_SEC); | |
659 | 657 | ST_Ordered_Pair alist= {FP_NAN, NULL, 0}; |
660 | 658 | ST_Ordered_Pair blist = {0.0, NULL, 0}; |
661 | 659 | ST_Ordered_Pair clist = {1.0, &blist, 0}; |
@@ -817,6 +815,13 @@ printf("\n%d\n", i); | ||
817 | 815 | ST_Char *chee = "testsuite/eeucjp.st"; |
818 | 816 | assert( tests_file_length == ST_readFile(chee, tests_callback_file) ); |
819 | 817 | ST_readFile(che, ST_main); |
818 | + tests_file_length = 0; | |
819 | + che = "testsuite/f.st"; | |
820 | + assert( tests_file_length == ST_readFile(che, tests_callback_file) ); | |
821 | + ST_readFile(che, ST_main); | |
822 | + | |
823 | + elapsed = clock() - before; | |
824 | + printf("Time is %.3f seconds\n", elapsed/CLOCKS_PER_SEC); | |
820 | 825 | |
821 | 826 | errno = 0; |
822 | 827 | errno_before_eprint = UNKNOWN_ERROR; |