This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
(test
|
||||
(name test_a)
|
||||
(modules test_a)
|
||||
(package a))
|
||||
|
||||
(test
|
||||
(name test_b)
|
||||
(modules test_b)
|
||||
(package b)
|
||||
(libraries does-not-exist))
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.2)
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
When -p is passed, other packages are not considered.
|
||||
|
||||
$ dune runtest -p a
|
||||
Loading…
Add table
Add a link
Reference in a new issue