Skip to content
Snippets Groups Projects
Commit 5310efcf authored by erwan's avatar erwan
Browse files

test: add makefile rules to launch rdbgui4sasa

parent 4ace8a26
No related branches found
No related tags found
No related merge requests found
# Time-stamp: <modified the 24/03/2020 (at 12:18) by Erwan Jahier>
# Time-stamp: <modified the 04/11/2020 (at 11:08) by Erwan Jahier>
test: ring.cmxs ring.lut rdbg_test
......@@ -24,6 +24,8 @@ rdbg_test: ring.ml
rdbg: ring.ml
rdbg -o ring.rif -l 10000 -env "sasa -vl 1 ring.dot -cd"
rdbgui: ring.ml
rdbgui4sasa -o ring.rif -l 10000 -env "sasa -vl 1 ring.dot -cd"
rdbg4: grid4.ml
rdbg -o ring.rif -l 10000 \
......
# Time-stamp: <modified the 12/03/2020 (at 17:44) by Erwan Jahier>
# Time-stamp: <modified the 04/11/2020 (at 11:24) by Erwan Jahier>
test: test0 test2 lurette0
......@@ -42,6 +42,8 @@ lurette: lurette0
rdbg: fig51_noinit.ml fig51_noinit.lut
ledit rdbg -sut "sasa fig51_noinit.dot -dd "
rdbgui: fig51_noinit.ml fig51_noinit.lut
rdbgui4sasa -sut "sasa fig51_noinit.dot -dd "
rdbg2: fig51.ml fig51.lut
rdbg -o lurette.rif \
......
# Time-stamp: <modified the 12/10/2020 (at 11:04) by Erwan Jahier>
# Time-stamp: <modified the 04/11/2020 (at 11:07) by Erwan Jahier>
sasa=$(DIR)/bin/sasa -l 100
......@@ -38,6 +38,9 @@ test100:
rdbg: grid4.ml
echo "" > include.ml
ledit rdbg -sut "sasa grid4.dot --locally-central-daemon"
rdbgui: grid4.ml
echo "" > include.ml
rdbgui4sasa -sut "sasa grid4.dot --locally-central-daemon"
rdbg3: ring.ml
echo "" > include.ml
......
# Time-stamp: <modified the 12/03/2020 (at 17:47) by Erwan Jahier>
# Time-stamp: <modified the 04/11/2020 (at 11:12) by Erwan Jahier>
test: test0 lurette0
......@@ -28,6 +28,8 @@ lurette: lurette0
rdbg: g.ml
rdbg -o lurette.rif -env "sasa g.dot -rif"
rdbgui: g.ml
rdbgui4sasa -o lurette.rif -env "sasa g.dot -rif"
rdbg2: g.ml g.lut
rdbg -o lurette.rif \
......
# Time-stamp: <modified the 31/08/2020 (at 16:46) by Erwan Jahier>
# Time-stamp: <modified the 04/11/2020 (at 11:08) by Erwan Jahier>
test: test1 test2 lurette0 lurette1 rdbg_test test3
......@@ -51,6 +51,8 @@ lurette: lurette0 s g
rdbg: ring.ml
rdbg -o unison.rif -sut "$(sasa) ring.dot -sd -rif"
rdbgui: ring.ml
rdbgui4sasa -o unison.rif -sut "$(sasa) ring.dot -sd -rif"
rdbg2: ring.ml
rdbg -o unison.rif -sut "sasa ring.dot -custd -rif"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment