diff options
| author | Emilio Jesus Gallego Arias | 2019-07-23 00:40:51 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-07-23 00:40:51 +0200 |
| commit | ae82afbaebb7f3a328498d4cc541d299423a7637 (patch) | |
| tree | 57f6b25e70e38ef7e92dce6fa4025e1466910744 /test-suite | |
| parent | 7cdab2e35f21c5bbd4f98fcb49c7b7bd24419849 (diff) | |
| parent | 9b929e16b1123674c737c1cef2002f5a3c3f2d39 (diff) | |
Merge PR #10541: Dune: fix build_all_stdlib rule
Ack-by: ejgallego
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/misc/universes/dune | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/misc/universes/dune b/test-suite/misc/universes/dune index 0772f95604..c0d925deb5 100644 --- a/test-suite/misc/universes/dune +++ b/test-suite/misc/universes/dune @@ -1,8 +1,9 @@ (rule (targets all_stdlib.v) (deps + build_all_stdlib.sh (source_tree ../../../theories) (source_tree ../../../plugins)) (action - (with-outputs-to all_stdlib.v + (with-stdout-to all_stdlib.v (bash "./build_all_stdlib.sh")))) |
