Skip to content

Commit

Permalink
Add file exclusion tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Apr 2, 2016
1 parent 74aefd1 commit c52e49d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/exclude-file/excluded.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let () = ()
1 change: 1 addition & 0 deletions tests/exclude-file/excluded.ml.reference
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let () = ()
1 change: 1 addition & 0 deletions tests/exclude-file/excluded_by_regexp.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let () = ()
1 change: 1 addition & 0 deletions tests/exclude-file/excluded_by_regexp.ml.reference
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let () = ()
5 changes: 4 additions & 1 deletion tests/exclude-file/exclusions
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ file "missing.ml" [
file "source.ml" [
name "f1";
regexp "f.*";
];
];

file "excluded.ml"
file regexp "excluded_by_.*"

0 comments on commit c52e49d

Please sign in to comment.