summaryrefslogtreecommitdiff
path: root/run_tests.py
Commit message (Collapse)AuthorAgeFilesLines
...
* A few Fedora fixes.Jussi Pakkanen2013-07-041-3/+6
|
* Line numbers start from 1.Jussi Pakkanen2013-04-191-1/+1
|
* Guard against Windows line endings on Windows too.Jussi Pakkanen2013-04-191-2/+3
|
* Added a Windows test.Jussi Pakkanen2013-04-191-1/+2
|
* Run objective C tests in test suite.Jussi Pakkanen2013-04-061-0/+6
|
* Removed shell backend.Jussi Pakkanen2013-04-011-7/+1
|
* Guard against DOS line endings.Jussi Pakkanen2013-03-251-5/+8
|
* Removed -tt from shebang lines because GNU env can't handle it and theJussi Pakkanen2013-03-241-1/+1
| | | test suite now checks for tabs.
* Check for tabs whenever running the test suite.Jussi Pakkanen2013-03-241-0/+16
|
* Added custom detector framework and a Boost detector to it.Jussi Pakkanen2013-03-241-0/+6
|
* Removed leftover print.Jussi Pakkanen2013-03-091-1/+0
|
* Can run most of the test suite on Windows.Jussi Pakkanen2013-03-081-4/+6
|
* Simple test for OSX.Jussi Pakkanen2013-03-031-2/+2
|
* Split test suite into common and platform dependent parts.Jussi Pakkanen2013-03-031-4/+19
|
* Fix shebang lines to work on OSX too.Jussi Pakkanen2013-03-031-1/+1
|
* Make install dir if it does not exist yet.Jussi Pakkanen2013-03-021-0/+4
|
* Renamed generator command line option to backend.Jussi Pakkanen2013-02-241-3/+3
|
* Builder -> Meson renaming.Jussi Pakkanen2013-02-231-2/+2
|
* Renamed system from builder to Meson.Jussi Pakkanen2013-02-171-1/+1
|
* Fix regeneration rule so it is not triggered needlessly.Jussi Pakkanen2013-02-161-5/+5
|
* Test kludge.Jussi Pakkanen2013-02-101-2/+2
|
* Tests can now be easily run with both shell and Ninja.Jussi Pakkanen2013-02-101-4/+13
|
* Run tests in numerical rather than ASCIIbetical order.Jussi Pakkanen2013-02-091-2/+4
|
* Generate configure files in Ninja backend. Now it passes all unit tests.Jussi Pakkanen2013-02-091-6/+6
|
* Minor fix.Jussi Pakkanen2013-02-091-6/+6
|
* Added target install option.Jussi Pakkanen2013-01-121-1/+9
|
* Run generated tests as part of overall testing.Jussi Pakkanen2013-01-061-0/+5
|
* Run the generated build system as a part of tests.Jussi Pakkanen2013-01-021-1/+6
|
* Pass environment and interpreter into shell generator as arguments.Jussi Pakkanen2013-01-011-1/+0
|
* Renamed build area for great tab autocompletion justice.Jussi Pakkanen2012-12-291-1/+1
|
* Renamed main file.Jussi Pakkanen2012-12-261-1/+1
|
* Unit test harness.Jussi Pakkanen2012-12-261-0/+44