1(executable
2 (public_name test_gpx)
3 (name test_gpx)
4 (libraries gpx gpx_unix)
5 (modules test_gpx))
6
7;; ppx_expect inline tests
8(library
9 (public_name mlgpx.test)
10 (name test_corpus)
11 (libraries gpx)
12 (inline_tests)
13 (preprocess (pps ppx_expect))
14 (modules test_corpus))
15
16;; Alcotest suite for Unix and Eio comparison
17(executable
18 (public_name corpus_test)
19 (name test_corpus_unix_eio)
20 (libraries gpx gpx_unix gpx_eio alcotest eio_main)
21 (optional)
22 (modules test_corpus_unix_eio))