OSDN Git Service

fix omakefile
authormzp <mzpppp@gmail.com>
Sun, 12 Oct 2008 01:17:50 +0000 (10:17 +0900)
committermzp <mzpppp@gmail.com>
Sun, 12 Oct 2008 01:17:50 +0000 (10:17 +0900)
src/OMakefile
test/OMakefile
test/runner.ml

index 767e8c1..c655cc6 100644 (file)
@@ -45,6 +45,7 @@ FILES[] =
        ast
        base
        bytes
+       byteSerialize
        closuretrans
        codegen
        cpool
index 4ca6233..4e534d4 100644 (file)
@@ -48,7 +48,6 @@ OCAMLDEPFLAGS += $(OCAMLPPFLAGS)
 FILES[] =
        testtbl
        util
-       test_abc
        test_asm
        test_ast
        test_base
index 2e26afc..f03d1bf 100644 (file)
 
 
 
-
 # 1 "<command-line>" 2
 # 1 "runner.mlp"
 # 1 "runner.h" 1
-open Test_abc
 open Test_asm
 open Test_ast
 open Test_base