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

test: add alea-coloring-alt and alea-coloring-unif in the list of non-reg test

and add the untracked ring.dot files that broke them
parent c1e34ff9
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ test:
cd async-unison/ && make
cd coloring/ && make
cd alea-coloring/ && make
cd alea-coloring-alt/ && make
cd alea-coloring-unif/ && make
cd bfs-spanning-tree/ && make
cd dfs/ && make
cd dfs-list/ && make
......
# Time-stamp: <modified the 27/04/2020 (at 14:43) by Erwan Jahier>
# Time-stamp: <modified the 04/11/2020 (at 16:03) by Erwan Jahier>
test: ring.cmxs
$(sasa) -l 200 ring.dot -cd
DECO_PATTERN="0-:algo_331.ml"
DAEMON=-sd
-include ../Makefile.dot
......
graph ring7 {
p1 [algo="algo_331.ml"]
p2 [algo="algo_331.ml" ]
p3 [algo="algo_331.ml"]
p4 [algo="algo_331.ml"]
p5 [algo="algo_331.ml"]
p6 [algo="algo_331.ml"]
p7 [algo="algo_331.ml"]
p1 -- p2 -- p3 -- p4 -- p5 -- p6 -- p7 -- p1
}
graph ring7 {
p1 [algo="p.ml"]
p2 [algo="p.ml" ]
p3 [algo="p.ml"]
p4 [algo="p.ml"]
p5 [algo="p.ml"]
p6 [algo="p.ml"]
p7 [algo="p.ml"]
p1 -- p2 -- p3 -- p4 -- p5 -- p6 -- p7 -- p1
}
# Time-stamp: <modified the 04/11/2020 (at 09:42) by Erwan Jahier>
# Time-stamp: <modified the 04/11/2020 (at 12:28) by Erwan Jahier>
test: ring.cmxs lurette1 rdbg_test
......@@ -9,17 +9,17 @@ DECO_PATTERN="0:root.ml 1-:p.ml"
sim2chrogtk: dijkstra-ring.rif
sim2chrogtk: ring.rif
sim2chrogtk -ecran -in $< > /dev/null
gnuplot: dijkstra-ring.rif
gnuplot: ring.rif
gnuplot-rif $<
rdbg: ring.ml ring.lut
ledit rdbg -o ring.rif -sut "$(sasa) ring.dot -dd -rif"
ledit rdbg -o ring.rif -sut "sasa ring.dot"
rdbgui: ring.ml ring.lut
rdbgui4sasa -o ring.rif -sut "$(sasa) ring.dot -dd -rif"
rdbgui4sasa -o ring.rif -sut "sasa ring.dot"
rdbg2: ring.ml ring.lut
ledit rdbg -o ring.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