ユニットテストをに、最新のAutotest.mkを反映
[YACASL2.git] / test / unit / opdtok / cmd.c
index cfc32ea..7b30eb6 100644 (file)
@@ -17,6 +17,7 @@ int main(){
     };
 
     cerr = malloc_chk(sizeof(CERR), "cerr");    /* エラーの初期化 */
+    addcerrlist_assemble();
     for(i = 0; i < ARRAYSIZE(str); i++) {
         cerr->num = 0;
         printf("%s\n", str[i]);