Skip to content

Commit

Permalink
Fix bigarray config ocaml#5494
Browse files Browse the repository at this point in the history
A new test case Select rule with bigarray

Signed-off-by: Alpha DIALLO <[email protected]>
Signed-off-by: Etienne Millon <[email protected]>
  • Loading branch information
moyodiallo authored and emillon committed May 25, 2022
1 parent 56bf6e4 commit e23cbed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/blackbox-tests/test-cases/bigarray-select.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$ echo "(lang dune 3.1)" > dune-project
$ cat >dune <<EOF
> (executable
> (name c)
> (libraries (select c.ml from (!bigarray -> c.nobigarray.ml) (bigarray -> c.bigarray.ml) ( -> c.dummy.ml))))
> EOF
$ touch c.bigarray.ml c.dummy.ml c.nobigarray.ml
$ dune build

0 comments on commit e23cbed

Please sign in to comment.