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
6 changes: 4 additions & 2 deletions test/blackbox-tests/test-cases/rocq/plugin-meta.t/run.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
The META file for plugins is built before calling coqdep
The package layout for plugins is materialized before calling rocqdep. The
native plugin is missing from it:
$ cat > dune << EOF
> (library
> (public_name bar.foo)
Expand All @@ -10,6 +11,7 @@ The META file for plugins is built before calling coqdep
> EOF

$ dune build .bar.theory.d
$ find _build/install/default/.packages -name META | censor
$ find _build/install/default/.packages \( -name META -o -name '*.cmxs' \) \
> | sort | censor
_build/install/default/.packages/$DIGEST/lib/bar/META

Loading