aboutsummaryrefslogtreecommitdiff
path: root/meson_test.py
AgeCommit message (Expand)AuthorFilesLines
2015-08-09Parentheses are unnecessary.Jussi Pakkanen1-1/+1
2015-08-09Align test output text better.Jussi Pakkanen1-1/+1
2015-07-28Simulate rpath on windows by adding dll subdirectories to global path in tests.Jussi Pakkanen1-0/+2
2015-07-23Added timeout kwarg to tests.Jussi Pakkanen1-2/+11
2015-06-19meson_test: fix bad-continuationIgor Gnatenko1-2/+2
2015-05-17Do not invoke linker via cmd /c on Windows.Jussi Pakkanen1-0/+2
2015-05-09Some more cross tweaking.Jussi Pakkanen1-1/+1
2015-05-09Fix cross compilation tests.Jussi Pakkanen1-1/+4
2015-04-23Run unit tests in-process too for extra speed.Jussi Pakkanen1-3/+6
2015-03-30Apply a cosmetic fix for tests' output.Hemmo Nieminen1-2/+2
2015-03-27Allow use of external test executables. Closes #89.Jussi Pakkanen1-6/+6
2015-03-23Add should_fail kwarg to test to indicate tests that should fail.Jussi Pakkanen1-1/+2
2015-03-02And finally use argparse in meson_test. Closes #47.Jussi Pakkanen1-8/+11
2014-12-28Print message when no tests are defined.Jussi Pakkanen1-1/+4
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-08-24Print test command lines to logs.Jussi Pakkanen1-8/+12
2014-08-24Can specify Valgrind command line arguments.Jussi Pakkanen1-0/+2
2014-08-11Check if executables need to be run with Mono.Jussi Pakkanen1-0/+8
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen1-1/+1
2014-05-02JSON test output is now one line per test case.Jussi Pakkanen1-1/+1
2014-05-02Print test results in JSON.Jussi Pakkanen1-8/+24
2014-03-31Generate command to run tests with XCode.Jussi Pakkanen1-1/+4
2014-03-11Run Java tests as part of test suite.Jussi Pakkanen1-8/+11
2013-10-20Pass parent envvars to test executables.Jussi Pakkanen1-1/+3
2013-10-20Fixed cross compilation back up.Jussi Pakkanen1-2/+2
2013-10-18Can set test cmd arguments and environment variables.Jussi Pakkanen1-10/+10
2013-10-18Properly detect failing tests.Jussi Pakkanen1-2/+9
2013-09-13Transfer test parallelism data from source to test runner.Jussi Pakkanen1-10/+7
2013-09-13Mixed parallel and non-parallel tests are possible.Jussi Pakkanen1-8/+24
2013-09-13Run test suite in parallel.Jussi Pakkanen1-10/+20
2013-09-12Refactoring to make way for parallel test runs.Jussi Pakkanen1-32/+44
2013-08-24Skip tests for cross compilation when they can not be run.Jussi Pakkanen1-15/+23
2013-08-23Run cross build tests with exe wrapper.Jussi Pakkanen1-1/+10
2013-08-04Padding fine tuning.Jussi Pakkanen1-1/+1
2013-08-03Even prettier print.Jussi Pakkanen1-1/+3
2013-08-03Prettyified test runner output.Jussi Pakkanen1-4/+8
2013-08-03Print test name rather than the path to executable.Jussi Pakkanen1-9/+9
2013-06-20Added missing right parentheses.Jussi Pakkanen1-2/+2
2013-06-20Removed -tt, which is not necessary with Python 3.Jussi Pakkanen1-1/+1
2013-05-13Moved logs into their own directory.Jussi Pakkanen1-1/+1
2013-03-23Store test run time in log files.Jussi Pakkanen1-2/+2
2013-03-23Measure time spent in tests.Jussi Pakkanen1-3/+6
2013-03-22Sligthly better log output.Jussi Pakkanen1-3/+3
2013-03-22Create a logfile with full test output.Jussi Pakkanen1-6/+22
2013-03-22Can specify wrapper binary for unit tests.Jussi Pakkanen1-6/+18
2013-03-03Can run first test case in OSX.Jussi Pakkanen1-1/+1
2013-03-01Can generate header files.Jussi Pakkanen1-2/+2
2013-02-23Builder -> Meson renaming.Jussi Pakkanen1-0/+38