summaryrefslogtreecommitdiff
path: root/run_tests.py
AgeCommit message (Expand)Author
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen
2014-11-16Harmonised copyright declarations.Jussi Pakkanen
2014-11-16Signal handling for run_tests.pyRobin McCorkell
2014-08-11Updated copyright years.Jussi Pakkanen
2014-08-03Scan Fortran dependencies at the beginning for all sources.Jussi Pakkanen
2014-07-20Vestigial removal.Jussi Pakkanen
2014-07-20Message clarification.Jussi Pakkanen
2014-07-18Run C# tests during suite.Jussi Pakkanen
2014-07-14More verbosity.Jussi Pakkanen
2014-07-08Make it possible to print all test output so it shows up in e.g. buildbot logs.Jussi Pakkanen
2014-06-24Prebuild object file with MSVC.Jussi Pakkanen
2014-06-24MinGW fix.Jussi Pakkanen
2014-06-22Generate prebuilt object on demand so we don't need to ship object files in t...Jussi Pakkanen
2014-06-18Add Rust to main test suite.Jussi Pakkanen
2014-05-10Print test skip.Jussi Pakkanen
2014-05-10Run Vala tests as part of the test suite.Jussi Pakkanen
2014-04-20Can execute found programs with run_command.Jussi Pakkanen
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen
2014-04-16Updated msvc compile and link flag functions.Jussi Pakkanen
2014-04-16Some windows cleanups.Jussi Pakkanen
2014-04-02Do not run Java tests on OSX because starting from Mavericks it has a fake ja...Jussi Pakkanen
2014-03-31Run test suite with xcodebuild on OSX.Jussi Pakkanen
2014-03-19Now can use run_tests.py with MSBuild.Jussi Pakkanen
2014-03-16Fix test runner on Windows.Jussi Pakkanen
2014-03-11Run Java tests as part of test suite.Jussi Pakkanen
2014-03-08Run object tests on i686, too.Jussi Pakkanen
2014-03-08Cleaner test run output.Jussi Pakkanen
2013-11-05Some test tuning.Jussi Pakkanen
2013-09-29Indent fix.Jussi Pakkanen
2013-09-29Do not test install on Windows.Jussi Pakkanen
2013-09-15Mangle install file names so test suite passes on OSX.Jussi Pakkanen
2013-09-13Added installed_files.txt files to all places that needed them.Jussi Pakkanen
2013-09-13Check that files that should be installed are.Jussi Pakkanen
2013-08-24Updated symbolextractor to work with cross builds.Jussi Pakkanen
2013-08-10Created new suite of tests that should fail when executed.Jussi Pakkanen
2013-07-04A few Fedora fixes.Jussi Pakkanen
2013-04-19Line numbers start from 1.Jussi Pakkanen
2013-04-19Guard against Windows line endings on Windows too.Jussi Pakkanen
2013-04-19Added a Windows test.Jussi Pakkanen
2013-04-06Run objective C tests in test suite.Jussi Pakkanen
2013-04-01Removed shell backend.Jussi Pakkanen
2013-03-25Guard against DOS line endings.Jussi Pakkanen
2013-03-24Removed -tt from shebang lines because GNU env can't handle it and theJussi Pakkanen
2013-03-24Check for tabs whenever running the test suite.Jussi Pakkanen
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen
2013-03-09Removed leftover print.Jussi Pakkanen
2013-03-08Can run most of the test suite on Windows.Jussi Pakkanen
2013-03-03Simple test for OSX.Jussi Pakkanen
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen