ocaml-augeas/tests/basic-test.sh
2024-06-19 08:35:32 +01:00

9 lines
194 B
Bash
Executable File

#!/bin/bash -
set -e
set -x
# Compile trivial augeas program.
echo 'Augeas.create "/" None [AugNoLoad]' > augtest.ml
ocamlfind ocamlopt -package augeas augtest.ml -linkpkg -o augtest
./augtest