aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
AgeCommit message (Expand)AuthorFilesLines
2015-03-25tests: add all platform tests and skip needed testsIgor Gnatenko1-6/+3
2015-03-25tests: add skipped testsIgor Gnatenko1-42/+30
2015-03-25tests: add time propertyIgor Gnatenko1-1/+5
2015-03-25Write out padding zeroes to numbers because Jenkins is too stupid to do logic...Jussi Pakkanen1-1/+5
2015-03-25tests: use name as class nameIgor Gnatenko1-1/+1
2015-03-25Minor fixes.Jussi Pakkanen1-4/+4
2015-03-25Fix empty java case.Jussi Pakkanen1-1/+1
2015-03-25Made run_tests.py output test results in junit xml to allow better integratio...Jussi Pakkanen1-0/+12
2015-03-25Refactor unit test running.Jussi Pakkanen1-78/+38
2015-03-02Use argparse instead of optparse in run_tests.Jussi Pakkanen1-4/+5
2015-03-02Can specify backend to run_tests.py.Jussi Pakkanen1-22/+37
2015-02-16Use lib as library path in unit tests.Jussi Pakkanen1-1/+1
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen1-2/+4
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen1-9/+9
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-11-16Signal handling for run_tests.pyRobin McCorkell1-3/+19
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1
2014-08-03Scan Fortran dependencies at the beginning for all sources.Jussi Pakkanen1-0/+9
2014-07-20Vestigial removal.Jussi Pakkanen1-2/+0
2014-07-20Message clarification.Jussi Pakkanen1-2/+2
2014-07-18Run C# tests during suite.Jussi Pakkanen1-0/+9
2014-07-14More verbosity.Jussi Pakkanen1-1/+4
2014-07-08Make it possible to print all test output so it shows up in e.g. buildbot logs.Jussi Pakkanen1-0/+4
2014-06-24Prebuild object file with MSVC.Jussi Pakkanen1-3/+4
2014-06-24MinGW fix.Jussi Pakkanen1-2/+4
2014-06-22Generate prebuilt object on demand so we don't need to ship object files in t...Jussi Pakkanen1-1/+16
2014-06-18Add Rust to main test suite.Jussi Pakkanen1-0/+9
2014-05-10Print test skip.Jussi Pakkanen1-0/+4
2014-05-10Run Vala tests as part of the test suite.Jussi Pakkanen1-0/+7
2014-04-20Can execute found programs with run_command.Jussi Pakkanen1-1/+2
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen1-1/+3
2014-04-16Updated msvc compile and link flag functions.Jussi Pakkanen1-1/+1
2014-04-16Some windows cleanups.Jussi Pakkanen1-1/+1
2014-04-02Do not run Java tests on OSX because starting from Mavericks it has a fake ja...Jussi Pakkanen1-1/+1
2014-03-31Run test suite with xcodebuild on OSX.Jussi Pakkanen1-0/+5
2014-03-19Now can use run_tests.py with MSBuild.Jussi Pakkanen1-9/+27
2014-03-16Fix test runner on Windows.Jussi Pakkanen1-2/+2
2014-03-11Run Java tests as part of test suite.Jussi Pakkanen1-0/+7
2014-03-08Run object tests on i686, too.Jussi Pakkanen1-1/+1
2014-03-08Cleaner test run output.Jussi Pakkanen1-24/+59
2013-11-05Some test tuning.Jussi Pakkanen1-0/+11
2013-09-29Indent fix.Jussi Pakkanen1-3/+3
2013-09-29Do not test install on Windows.Jussi Pakkanen1-0/+11
2013-09-15Mangle install file names so test suite passes on OSX.Jussi Pakkanen1-2/+9
2013-09-13Added installed_files.txt files to all places that needed them.Jussi Pakkanen1-1/+0
2013-09-13Check that files that should be installed are.Jussi Pakkanen1-0/+22
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