Skip to content

Commit

Permalink
blackbox tests for tests stanza
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
  • Loading branch information
rgrinberg committed May 30, 2018
1 parent cba8728 commit 6bda362
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/blackbox-tests/test-cases/tests-stanza/bar.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let () = print_endline "test bar"
2 changes: 2 additions & 0 deletions test/blackbox-tests/test-cases/tests-stanza/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(tests
((names (bar foo))))
1 change: 1 addition & 0 deletions test/blackbox-tests/test-cases/tests-stanza/foo.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let () = print_endline "test foo"
5 changes: 5 additions & 0 deletions test/blackbox-tests/test-cases/tests-stanza/run.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$ dune runtest
foo alias runtest
test foo
bar alias runtest
test bar

0 comments on commit 6bda362

Please sign in to comment.