summaryrefslogtreecommitdiff
path: root/tests/scripts/features/default_names
Commit message (Collapse)AuthorAgeFilesLines
* Add preprocessor macros for different platformsPaul Smith2022-10-181-1/+1
| | | | | | | | | | | | | * configure.ac: MK_CONFIGURE shows config.h was generated by configure. * src/config.ami: Define MK_AMIGAOS. * src/config.h-vms: Define MK_VMS. * src/configh.dos: Define MK_DJGPP. * src/config.h.W32: Define MK_W32 and WINDOWS32. * src/build_w32.bat: Let WINDOWS32 be defined by config.h. Remove unused setting of WIN32. * src/job.c: Clean up use of WIN32. * src/main.c: Ditto. * tests/scripts/features/default_names: Ditto.
* Clean up some tests for use on Windows.Paul Smith2013-10-051-0/+2
|
* Portability enhancements for Mac OSX.Paul Smith2013-09-221-24/+25
| | | | | | Don't dup stdout into stderr in the test suite. Don't rely on $port_type eq "UNIX" to mean case-preserving. Check against the real output of ar when creating archives.
* Some test updates for Windows.Paul Smith2006-03-081-30/+6
| | | | Handle SHELL set on the command line properly for windows.
* * A few script fixes and updates for 3.78.Paul Smith1999-09-171-2/+4
|
* * Added the test suite to the main distribution.Paul Smith1999-09-141-0/+63