summaryrefslogtreecommitdiff
path: root/tests/scripts/features/vpath3
Commit message (Collapse)AuthorAgeFilesLines
* [SV 41758]: Fix archive support for VMS.John Malmberg2014-10-201-1/+7
| | | | | | | | | | | | | Upated to match change to run_make_tests and some future fixes to make on VMS. * arscan.c: Use ANSI compatible pragmas instead of VAX C extensions. * tests/scripts/features/archives: Fix tests to use VMS rules and answers when running on VMS and using DCL as a shell. * tests/scripts/features/vpath3: Fix epected answer on test when run on VMS. * tests/scripts/vms/library: (New) Test the VMS library rules that are not tested by existing tests.
* We compute various values for vpath lookup the first time throughPaul Smith2011-09-181-40/+25
| | | | | | | and store them in static variables; however one value (std_dirs) was not being stored statically so the second time through it was not set. Fixes Savannah bug #32511
* Implement linker-compatible library search.Boris Kolpackov2009-11-121-0/+50