summaryrefslogtreecommitdiff
path: root/ocaml/test/dune
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r--ocaml/test/dune33
1 files changed, 33 insertions, 0 deletions
diff --git a/ocaml/test/dune b/ocaml/test/dune
new file mode 100644
index 0000000..758f9fb
--- /dev/null
+++ b/ocaml/test/dune
@@ -0,0 +1,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})))))