DEBSOURCES
Skip Quicknav
sources / ocaml-ptmap / 2.0.5-5 / debian / tests / test-bytecode
12345678910111213
#!/bin/bash set -e cd "$(dirname "$0")/../.." ocamlfind ocamlc -o test -linkpkg -package ptmap test.ml echo build ok ./test echo run ok