Skip to content

Commit e27d6ba

Browse files
another conditional test
1 parent ad35d5e commit e27d6ba

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

tests/dune

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
(modules test_simple))
2020

2121
(test
22-
(name test_simple2)
22+
(name test_conditional1)
2323
(libraries dscheck)
24-
(modules test_simple2))
24+
(modules test_conditional1))
25+
26+
(test
27+
(name test_conditional2)
28+
(libraries dscheck)
29+
(modules test_conditional2))

tests/test_simple2.ml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)