summaryrefslogtreecommitdiff
path: root/test/Library.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-16/+16
* Win32 portability: add an explicit match argument to TestCommon.py, use it t...Steven Knight2004-07-151-3/+7
* Fix tests on systems where 'ar' prints warnings about creating archives. (Ke...Steven Knight2004-07-131-3/+3
* Allow environment substitutions when referencing libraries. (Chad Austin)Steven Knight2004-04-021-0/+28
* Make the Library test work even with linkers that don't like mixing C program...Steven Knight2004-02-171-2/+5
* Updated test for C++ files in libraries. (Chad Austin)Steven Knight2004-02-081-5/+6
* Add global functions for all of the default Builders attached to the default ...Steven Knight2003-09-231-1/+1
* Portability fixes for test. (Chad Austin)Steven Knight2003-04-261-0/+1
* Fix library dependencies when the prefix is specified explicitly.Steven Knight2003-01-211-2/+2
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Remove white-space split of file name lists.Steven Knight2002-06-111-1/+1
* Allow libraries to specified as source files on the command line.Steven Knight2002-01-311-3/+3
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* More NT portability in the tests.Steven Knight2001-11-291-1/+1
* More NT portability fixes.Steven Knight2001-11-241-9/+9
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-7/+4
* Make the (s) and variables upper-case.Steven Knight2001-10-311-1/+1
* Implement special variable substitution.Steven Knight2001-10-111-1/+1
* Add the Library() method.Steven Knight2001-10-111-6/+9
* Updating licensing.Steven Knight2001-10-031-0/+22
* Add additional tests to provide more examples.Steven Knight2001-09-211-0/+102