Commit f09877c1 authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS libtestutil: look for lower case "main"

parent 2935f624
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -1034,7 +1034,9 @@ EOF
                                 "\@ WRITE OPT_FILE \"$x" } @objs).
                                 "\@ WRITE OPT_FILE \"$x" } @objs).
          "\"";
          "\"";
      my $write_opt2 =
      my $write_opt2 =
          join("\n\t", map { my @lines = ();
          join("\n\t", map { my @lines = (
                                 "\ WRITE OPT_FILE \"CASE_SENSITIVE=YES\""
                             );
                             my $x = $_ =~ /\[/ ? $_ : "[]".$_;
                             my $x = $_ =~ /\[/ ? $_ : "[]".$_;
                             if ($x =~ m|\.EXE$|) {
                             if ($x =~ m|\.EXE$|) {
                                 push @lines, "\@ WRITE OPT_FILE \"$x/SHARE\"";
                                 push @lines, "\@ WRITE OPT_FILE \"$x/SHARE\"";
+2 −2
Original line number Original line Diff line number Diff line
@@ -17,10 +17,10 @@ IF[{- !$disabled{tests} -}]
  DEPEND[libtestutil.a]=../libcrypto
  DEPEND[libtestutil.a]=../libcrypto


  # Special hack for descrip.mms to include the MAIN object module
  # Special hack for descrip.mms to include the MAIN object module
  # explicitly.  This will only be done if there isn't a MAIN in the
  # explicitly.  This will only be done if there isn't a 'main' in the
  # program's object modules already.
  # program's object modules already.
  BEGINRAW[descrip.mms]
  BEGINRAW[descrip.mms]
INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=main
  ENDRAW[descrip.mms]
  ENDRAW[descrip.mms]


  PROGRAMS_NO_INST=\
  PROGRAMS_NO_INST=\