The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #13738 from dra27/cocinelle-cygwin

Fix coccinelle linking regression test on Cygwin

authored by

David Allsopp and committed by
GitHub
b5420186 2da20f76

+6 -8
+6 -8
testsuite/tests/badly-ordered-deps/cocinelle.ml testsuite/tests/badly-ordered-deps/coccinelle.ml
··· 1 1 (* TEST 2 - modules = "a.ml cocinelle.ml"; 2 + modules = "a.ml coccinelle.ml"; 3 3 { 4 4 setup-ocamlc.byte-build-env; 5 5 flags = "-for-pack Pack"; 6 6 module = "a.ml"; 7 7 ocamlc.byte; 8 8 flags = "-for-pack Pack"; 9 - module = "cocinelle.ml"; 9 + module = "coccinelle.ml"; 10 10 ocamlc.byte; 11 11 module = ""; 12 12 flags = ""; 13 - program="./cocinelle.byte"; 14 - all_modules = "a.cmo cocinelle.cmo"; 13 + program="./coccinelle.byte"; 14 + all_modules = "a.cmo coccinelle.cmo"; 15 15 module = ""; 16 16 ocamlc.byte; 17 17 run; ··· 22 22 module = "a.ml"; 23 23 ocamlopt.byte; 24 24 flags = "-for-pack Pack"; 25 - module = "cocinelle.ml"; 25 + module = "coccinelle.ml"; 26 26 ocamlopt.byte; 27 - output="cocinelle"; 28 - all_modules = "a.cmx cocinelle.cmx"; 29 - program="./cocinelle.exe"; 27 + all_modules = "a.cmx coccinelle.cmx"; 30 28 module = ""; 31 29 ocamlopt.byte; 32 30 run;
testsuite/tests/badly-ordered-deps/cocinelle.reference testsuite/tests/badly-ordered-deps/coccinelle.reference