summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵Steven Knight2005-10-14137-835/+838
| | | | them with the python -tt option to keep them out.
* Have the QT UIC Scanner use the env.FindFile method. (Leanid Nazdrynau)Steven Knight2005-10-131-0/+122
|
* Improve intelc.py so it doesn't throw an exception if a version other than ↵Steven Knight2005-10-101-6/+16
| | | | ia32 (for example, em64t) is installed without the ia32 version. (Anonymous)
* Fix on-disk file matching on case-insensitive systems. Various fixes for ↵Steven Knight2005-10-105-124/+276
| | | | win32 portability. Refactor the --debug=time test. Refactor the Perforce test. Additional cleanup.
* Put quotes around the -C directory in command lines in MSVS project files.Steven Knight2005-10-096-27/+36
|
* Get rid of the last tabs in the source files and have the TestSCons ↵Steven Knight2005-10-092-5/+5
| | | | infrastructure use the python -tt option when executing SCons to make sure they do not recur.
* Remove old, same-named files from a build directory if the file in the ↵Steven Knight2005-10-081-0/+99
| | | | source directory does not exist. (Patrick Mezard)
* MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ↵Steven Knight2005-10-083-88/+265
| | | | generation of project and solution files. (Stanislav Baranov)
* Update MSVS tests with BuildDir logic.Steven Knight2005-10-073-24/+161
|
* Refactor MSVS tests to separate file-generation tests (which can be executed ↵Steven Knight2005-10-068-604/+730
| | | | on any Windows system) from Visual Studio execution tests (which need a specific VS version installed).
* Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the ↵Steven Knight2005-10-042-0/+111
| | | | configuration log file and directory for configuration tests.
* Add a self-contained test for not rebuilding generated header files. ↵Steven Knight2005-10-031-0/+119
| | | | (Patrick Mezard) Fix a runtest.py issue.
* Report removal of multiple targets correctly when using -n -c. (Patrick Mezard)Steven Knight2005-10-021-47/+69
|
* When building a .jar file and $JARCHDIR is set, prefix each .class file with ↵Steven Knight2005-09-292-19/+82
| | | | the -C flag. (Kian Win Ong)
* Explicit "skipping test" messages for a few straggling tests.Steven Knight2005-09-267-12/+16
|
* Check all targets when deciding if a target is up to date. (Patrick Mezard)Steven Knight2005-09-261-0/+62
|
* Fix a bug in the signature refactoring that caused some generated .h files ↵Steven Knight2005-09-251-0/+130
| | | | to always get rebuilt.
* More efficient checking for on-disk file entries.Steven Knight2005-09-251-4/+5
|
* Handle Fortran MODULE definitions in the same file. (Craig Scott)Steven Knight2005-08-211-0/+92
|
* Have Visual Studio echo that we're using SCons to build things, to work ↵Steven Knight2005-08-2012-443/+854
| | | | around a quoting issue. (Shannon Mann)
* Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's ↵Steven Knight2005-08-176-43/+48
| | | | swallowing of interrupts. Update various tests.
* Fix the -U behavior (broken when we made BUILD_TARGETS modifiable).Steven Knight2005-08-171-36/+36
|
* Update more tests to use the new skip_test() method. Replace a CHANGES.txt ↵Steven Knight2005-08-1418-52/+47
| | | | comment inadvertently deleted.
* Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav ↵Steven Knight2005-08-131-0/+31
| | | | Baranov)
* Update Fortran tests that relied on the order of the -c option.Steven Knight2005-08-138-104/+104
|
* Allow access to both TARGET and SOURCE in hBcfunctions within CPPPATH ↵Steven Knight2005-08-131-19/+125
| | | | expansion. (Stanislav Baranov)
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-133-83/+401
|
* Add a skip_test() method to the infrastructure and use it for test scripts ↵Steven Knight2005-08-1312-37/+31
| | | | that skip all or part of their tests based on tool availability or test platform.
* Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely)Steven Knight2005-08-124-73/+146
|
* Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary ↵Steven Knight2005-08-122-6/+6
| | | | Oberbrunner)
* Look up Fortran modules relative to . (Craig Scott)Steven Knight2005-08-111-0/+93
|
* Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin)Steven Knight2005-08-112-45/+117
|
* Win32 portability fixes.Steven Knight2005-08-111-12/+20
|
* Win32 portability.Steven Knight2005-08-071-6/+6
|
* Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)Steven Knight2005-08-061-0/+70
|
* Move max_drift from Sig/MD5.py to Node/FS.py.Steven Knight2005-07-041-8/+4
|
* Add a --raw option to the sconsign script.Steven Knight2005-06-251-6/+25
|
* Add a --diskcheck option to control looking on-disk for things.Steven Knight2005-06-103-0/+416
|
* Fix DirScanner's handling of file names beginning with '#'.Steven Knight2005-06-101-0/+8
|
* Fix test/SCCS/* portability issues.Steven Knight2005-06-103-42/+75
|
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. ↵Steven Knight2005-06-073-289/+154
| | | | Add size info to the File information we collect.
* Don't print duplicate stats when --profile is used.Steven Knight2005-06-021-12/+29
|
* Print statistics even when we terminate early (e.g. using -h).Steven Knight2005-06-023-23/+36
|
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-0/+72
|
* Handle Repositories without an SConsignFile() in them.Steven Knight2005-05-301-0/+74
|
* Get rid of the requirement that a source directory must be under the ↵Steven Knight2005-05-151-0/+94
| | | | SConstruct directory.
* Move pre- and post-actions lists from Node to Executor so expansions of ↵Steven Knight2005-05-143-1/+34
| | | | ${TARGETS[1:]} work, and the actions aren't executed multiple times.
* Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner)Steven Knight2005-05-081-6/+19
|
* Make SConsignFile() behavior the default.Steven Knight2005-05-078-45/+221
|
* More flexible (and Make-like) ignoring command exit status, and suppressing ↵Steven Knight2005-04-262-0/+173
| | | | printing of a command.