lustrec / src / Makefile-lustresf.in @ 3340aff0
History | View | Annotate | Download (758 Bytes)
1 |
lustresf: |
---|---|
2 |
@echo Compiling binary lustresf |
3 |
@$(OCAMLBUILD) tools/stateflow/sf_sem.native |
4 |
@mkdir -p $(LOCAL_BINDIR) |
5 |
@mv _build/tools/stateflow/sf_sem.native $(LOCAL_BINDIR)/lustresf |
6 |
|
7 |
json-parser: |
8 |
@echo Compiling binary json-parser-ex |
9 |
@$(OCAMLBUILD) tools/stateflow/json-parser/main_parse_json_file.native |
10 |
@mkdir -p $(LOCAL_BINDIR) |
11 |
@mv _build/tools/stateflow/json-parser/main_parse_json_file.native $(LOCAL_BINDIR)/json-parser |
12 |
|
13 |
tests: test-simple-var |
14 |
|
15 |
test-simple-var: |
16 |
@echo Compiling simple tests for JSON parser -- tests on variables |
17 |
@$(OCAMLBUILD) tools/stateflow/json-parser/test_json_parser_variables.native |
18 |
@echo Lauching simple tests for JSON parser -- tests on variables |
19 |
./_build/tools/stateflow/json-parser/test_json_parser_variables.native |