|
@@ -13,7 +13,6 @@ LIBS := str unix
|
|
|
# Other config
|
|
# Other config
|
|
|
CIVAS := bin32/civas
|
|
CIVAS := bin32/civas
|
|
|
CIVVM := bin32/civvm
|
|
CIVVM := bin32/civvm
|
|
|
-CIVCC := ./$(RESULT)
|
|
|
|
|
|
|
|
|
|
DIST_TGT := civicaml.tar.gz
|
|
DIST_TGT := civicaml.tar.gz
|
|
|
DIST_FILES := $(RESULT) $(SOURCES) Makefile OCamlMakefile README.md test bin32 \
|
|
DIST_FILES := $(RESULT) $(SOURCES) Makefile OCamlMakefile README.md test bin32 \
|
|
@@ -41,7 +40,7 @@ check: all
|
|
|
@cd test; \
|
|
@cd test; \
|
|
|
CIVAS=../$(CIVAS) \
|
|
CIVAS=../$(CIVAS) \
|
|
|
CIVVM=../$(CIVVM) \
|
|
CIVVM=../$(CIVVM) \
|
|
|
- CIVCC=../$(CIVCC) \
|
|
|
|
|
|
|
+ CIVCC=../$(RESULT) \
|
|
|
CFLAGS="-v 1" \
|
|
CFLAGS="-v 1" \
|
|
|
RUN_FUNCTIONAL=1 \
|
|
RUN_FUNCTIONAL=1 \
|
|
|
bash run.bash basic preprocess nested_funs arrays
|
|
bash run.bash basic preprocess nested_funs arrays
|