Skip to content
Snippets Groups Projects
Commit f2c146d9 authored by Guillaume Raffin's avatar Guillaume Raffin :writing_hand:
Browse files

Les scripts bash

parent db2aff3d
No related branches found
No related tags found
1 merge request!14A new rdbgui4sasa with automatic daemons
Pipeline #63111 passed
gui
!*.sh
#!/bin/bash
ocamlfind ocamlc str.cma -g -thread -package lablgtk3 -linkpkg gui.ml -o gui
#!/bin/bash
set -e
cd $(dirname "$0")
exe=$(readlink -f ./gui)
./build.sh
cd ../../test/coloring
"$exe" -sut "sasa -custd ring.dot" --missing-vars-last
#"$exe" -sut "sasa ring.dot"
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