aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
AgeCommit message (Expand)AuthorFilesLines
2013-08-24Updated symbolextractor to work with cross builds.Jussi Pakkanen1-1/+1
2013-08-10Created new suite of tests that should fail when executed.Jussi Pakkanen1-7/+23
2013-07-04A few Fedora fixes.Jussi Pakkanen1-3/+6
2013-04-19Line numbers start from 1.Jussi Pakkanen1-1/+1
2013-04-19Guard against Windows line endings on Windows too.Jussi Pakkanen1-2/+3
2013-04-19Added a Windows test.Jussi Pakkanen1-1/+2
2013-04-06Run objective C tests in test suite.Jussi Pakkanen1-0/+6
2013-04-01Removed shell backend.Jussi Pakkanen1-7/+1
2013-03-25Guard against DOS line endings.Jussi Pakkanen1-5/+8
2013-03-24Removed -tt from shebang lines because GNU env can't handle it and theJussi Pakkanen1-1/+1
2013-03-24Check for tabs whenever running the test suite.Jussi Pakkanen1-0/+16
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen1-0/+6
2013-03-09Removed leftover print.Jussi Pakkanen1-1/+0
2013-03-08Can run most of the test suite on Windows.Jussi Pakkanen1-4/+6
2013-03-03Simple test for OSX.Jussi Pakkanen1-2/+2
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen1-4/+19
2013-03-03Fix shebang lines to work on OSX too.Jussi Pakkanen1-1/+1
2013-03-02Make install dir if it does not exist yet.Jussi Pakkanen1-0/+4
2013-02-24Renamed generator command line option to backend.Jussi Pakkanen1-3/+3
2013-02-23Builder -> Meson renaming.Jussi Pakkanen1-2/+2
2013-02-17Renamed system from builder to Meson.Jussi Pakkanen1-1/+1
2013-02-16Fix regeneration rule so it is not triggered needlessly.Jussi Pakkanen1-5/+5
2013-02-10Test kludge.Jussi Pakkanen1-2/+2
2013-02-10Tests can now be easily run with both shell and Ninja.Jussi Pakkanen1-4/+13
2013-02-09Run tests in numerical rather than ASCIIbetical order.Jussi Pakkanen1-2/+4
2013-02-09Generate configure files in Ninja backend. Now it passes all unit tests.Jussi Pakkanen1-6/+6
2013-02-09Minor fix.Jussi Pakkanen1-6/+6
2013-01-12Added target install option.Jussi Pakkanen1-1/+9
2013-01-06Run generated tests as part of overall testing.Jussi Pakkanen1-0/+5
2013-01-02Run the generated build system as a part of tests.Jussi Pakkanen1-1/+6
2013-01-01Pass environment and interpreter into shell generator as arguments.Jussi Pakkanen1-1/+0
2012-12-29Renamed build area for great tab autocompletion justice.Jussi Pakkanen1-1/+1
2012-12-26Renamed main file.Jussi Pakkanen1-1/+1
2012-12-26Unit test harness.Jussi Pakkanen1-0/+44