File tree 2 files changed +30
-0
lines changed
testsuite/tests/link-test
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 693
693
%{dep:middle_end/flambda2/import/flambda2_import.a}
694
694
%{dep:middle_end/flambda2/ui/flambda2_ui.a}
695
695
%{dep:middle_end/flambda2/algorithms/flambda2_algorithms.a}
696
+ %{dep:middle_end/flambda2/datalog/flambda2_datalog.a}
696
697
%{dep:middle_end/flambda2/numbers/floats/flambda2_floats.a}
697
698
%{dep:middle_end/flambda2/numbers/flambda2_numbers.a}
698
699
%{dep:middle_end/flambda2/kinds/flambda2_kinds.a}
731
732
%{dep:middle_end/flambda2/import/flambda2_import.cma}
732
733
%{dep:middle_end/flambda2/ui/flambda2_ui.cma}
733
734
%{dep:middle_end/flambda2/algorithms/flambda2_algorithms.cma}
735
+ %{dep:middle_end/flambda2/datalog/flambda2_datalog.cma}
734
736
%{dep:middle_end/flambda2/numbers/floats/flambda2_floats.cma}
735
737
%{dep:middle_end/flambda2/numbers/flambda2_numbers.cma}
736
738
%{dep:middle_end/flambda2/kinds/flambda2_kinds.cma}
769
771
%{dep:middle_end/flambda2/import/flambda2_import.cmxa}
770
772
%{dep:middle_end/flambda2/ui/flambda2_ui.cmxa}
771
773
%{dep:middle_end/flambda2/algorithms/flambda2_algorithms.cmxa}
774
+ %{dep:middle_end/flambda2/datalog/flambda2_datalog.cmxa}
772
775
%{dep:middle_end/flambda2/numbers/floats/flambda2_floats.cmxa}
773
776
%{dep:middle_end/flambda2/numbers/flambda2_numbers.cmxa}
774
777
%{dep:middle_end/flambda2/kinds/flambda2_kinds.cmxa}
Original file line number Diff line number Diff line change
1
+ (* TEST
2
+ {
3
+ setup-ocamlc.byte-build-env;
4
+ module = "link_ocamloptcomp.ml";
5
+ ocamlc.byte with ocamlcommon;
6
+ module = "";
7
+ flags = "-linkall";
8
+ all_modules = "";
9
+ program = "link_ocamloptcomp.cma";
10
+ libraries += "ocamloptcomp";
11
+ ocamlc.byte;
12
+ check-ocamlc.byte-output;
13
+ }{
14
+ setup-ocamlopt.byte-build-env;
15
+ module = "link_ocamloptcomp.ml";
16
+ ocamlopt.byte with ocamlcommon;
17
+ module = "";
18
+ flags = "-linkall";
19
+ all_modules = "";
20
+ program = "link_ocamloptcomp.cmxa";
21
+ libraries += "ocamloptcomp";
22
+ ocamlopt.byte;
23
+ check-ocamlopt.byte-output;
24
+ }
25
+ *)
26
+ (* If this test fails, a new library likely needs to be added to the
27
+ ocamloptcomp_with_flambda2 rules in the top-level dune file. *)
You can’t perform that action at this time.
0 commit comments