Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/blackbox-tests/test-cases/pkg/opam-var/make-over-gmake.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ We create a dummy package that will output the value of the opam make variable:
> mkpkg testpkg << EOF
> build: [ "echo" make ]
> EOF
> solve testpkg 2> /dev/null
$ solve testpkg 2> /dev/null

We now create dummy versions of make and gmake.
$ cat > make; cat > gmake
We add the current directory to PATH. Dune will expand %{make} and should prefer make over
gmake.
$ PATH=.:$PATH
> build_pkg testpkg
$ build_pkg testpkg
$TESTCASE_ROOT/gmake