Skip to content

Commit

Permalink
add tests 34 and 35
Browse files Browse the repository at this point in the history
  • Loading branch information
fccm committed Aug 7, 2022
1 parent e020556 commit 19b8817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ ocaml -I ../src magick.cma test30.ml && echo "test 30: OK!" || echo "test 30: Ar
ocaml -I ../src magick.cma test31.ml && echo "test 31: OK!" || echo "test 31: Arg"
ocaml -I ../src magick.cma test32.ml && echo "test 32: OK!" || echo "test 32: Arg"
ocaml -I ../src magick.cma test33.ml && echo "test 33: OK!" || echo "test 33: Arg"
ocaml -I ../src magick.cma test34.ml && echo "test 34: OK!" || echo "test 34: Arg"
ocaml -I ../src magick.cma test35.ml && echo "test 35: OK!" || echo "test 35: Arg"

0 comments on commit 19b8817

Please sign in to comment.