ユニットテストに、最新版のAutotest.mkを反映
[YACASL2.git] / test / unit / getcmdtype / cmd.c
similarity index 96%
rename from test/unit/getcmdtype/getcmdtype.c
rename to test/unit/getcmdtype/cmd.c
index 2c3337c..e4379a9 100644 (file)
@@ -12,7 +12,7 @@ int main(){
         0x4100, 0x4400, 0x4500, 0x5000, 0x5100,
         0x5200, 0x5300, 0x6100, 0x6200, 0x6300,
         0x6400, 0x6500, 0x6600, 0x7000, 0x7100,
-        0x8000, 0xF000, 0x8100
+        0x8000, 0xF000, 0x8100,
     };
 
     cerr = malloc_chk(sizeof(CERR), "cerr");    /* エラーの初期化 */