Skip to content

Commit

Permalink
Change duniverse tests to use lang 2.0
Browse files Browse the repository at this point in the history
Now the @ALL target will not build JS

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
  • Loading branch information
rgrinberg committed Jul 29, 2019
1 parent b3a85f3 commit 6a3a30d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(lang dune 1.11)
(lang dune 2.0)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(lang dune 1.10)
(lang dune 2.0)
(name vendored)
2 changes: 1 addition & 1 deletion test/blackbox-tests/test-cases/vendor/run.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vendored directories should be traversed to find targets so that they are built when they are depend upon

$ dune build --root duniverse
$ dune build --root duniverse --debug-dependency-path
Entering directory 'duniverse'

Aliases should not be resolved in vendored sub directories
Expand Down

0 comments on commit 6a3a30d

Please sign in to comment.