summaryrefslogtreecommitdiff
path: root/ocaml/test/dune
blob: 758f9fb55c458f9f06aaef779a049fdf556db3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
(test
 (name test_nock)
 (modules test_nock)
 (libraries overe.nock alcotest))

(test
 (name test_serial)
 (modules test_serial)
 (libraries overe.nock alcotest))

(test
 (name test_serial_v)
 (modules test_serial_v)
 (libraries overe.nock alcotest))

(test
 (name test_state)
 (modules test_state)
 (libraries overe.nock alcotest))

(test
 (name test_pills)
 (modules test_pills)
 (libraries overe.nock alcotest)
 (enabled_if
  (= %{env:RUN_PILL_TESTS=false} true))
 (action
  (chdir
   %{project_root}
   (setenv
    NEOVERE_ROOT
    %{project_root}
    (run %{exe:test_pills.exe})))))