アセンブラファイルとテストの整理
[YACASL2.git] / test / utest / print_cmdtype_code / print_cmdtype_code.c
diff --git a/test/utest/print_cmdtype_code/print_cmdtype_code.c b/test/utest/print_cmdtype_code/print_cmdtype_code.c
deleted file mode 100644 (file)
index 9410051..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "casl2.h"
-int main(){
-    puts("== CMDTYPE_CODE TABLE ==");
-    create_cmdtype_code();
-    print_cmdtype_code();
-    free_cmdtype_code();
-    if(cerrno != 0) {
-        printf("\terror - %d: %s\n", cerrno, cerrmsg);
-        freecerr();
-        exit(-1);
-    }
-    return 0;
-}