ocaml/testsuite/tests/tool-ocaml-annot/check-annot.sh

8 lines
128 B
Bash
Executable File

#!/bin/sh
MODULENAME=$1
if [ -f ${test_build_directory}/${MODULENAME}.annot ]; then
exit ${TEST_PASS}
else
exit ${TEST_FAIL}
fi