index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meson_test.py
Age
Commit message (
Collapse
)
Author
2016-01-15
Organise files into a module structure.
Jussi Pakkanen
2016-01-12
Print output of failed tests. Closes ##347.
Jussi Pakkanen
2015-12-11
Some text format fixes.
Jussi Pakkanen
2015-12-10
A test can be part of multiple suites.
Jussi Pakkanen
2015-12-09
Added possibility to have multiple test suites so you can run only a subset ↵
Jussi Pakkanen
of tests. Closes #325.
2015-12-08
Can specify a working directory for tests. Closes #326.
Jussi Pakkanen
2015-10-19
More robust output decoding. Closes #289.
Jussi Pakkanen
2015-08-25
More robust windows detection and more logs.
Jussi Pakkanen
2015-08-09
Parentheses are unnecessary.
Jussi Pakkanen
2015-08-09
Align test output text better.
Jussi Pakkanen
2015-07-28
Simulate rpath on windows by adding dll subdirectories to global path in tests.
Jussi Pakkanen
2015-07-23
Added timeout kwarg to tests.
Jussi Pakkanen
2015-06-19
meson_test: fix bad-continuation
Igor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-17
Do not invoke linker via cmd /c on Windows.
Jussi Pakkanen
2015-05-09
Some more cross tweaking.
Jussi Pakkanen
2015-05-09
Fix cross compilation tests.
Jussi Pakkanen
2015-04-23
Run unit tests in-process too for extra speed.
Jussi Pakkanen
2015-03-30
Apply a cosmetic fix for tests' output.
Hemmo Nieminen
Always leave at least two spaces between the test's name and the result of the test (even if the test's name's lenght exeeds 40 chracters). Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi>
2015-03-27
Allow use of external test executables. Closes #89.
Jussi Pakkanen
2015-03-23
Add should_fail kwarg to test to indicate tests that should fail.
Jussi Pakkanen
2015-03-02
And finally use argparse in meson_test. Closes #47.
Jussi Pakkanen
2014-12-28
Print message when no tests are defined.
Jussi Pakkanen
2014-11-16
Harmonised copyright declarations.
Jussi Pakkanen
2014-08-24
Print test command lines to logs.
Jussi Pakkanen
2014-08-24
Can specify Valgrind command line arguments.
Jussi Pakkanen
2014-08-11
Check if executables need to be run with Mono.
Jussi Pakkanen
2014-08-11
Updated copyright years.
Jussi Pakkanen
2014-08-07
Kill end of line whitespace dead.
Jussi Pakkanen
2014-05-02
JSON test output is now one line per test case.
Jussi Pakkanen
2014-05-02
Print test results in JSON.
Jussi Pakkanen
2014-03-31
Generate command to run tests with XCode.
Jussi Pakkanen
2014-03-11
Run Java tests as part of test suite.
Jussi Pakkanen
2013-10-20
Pass parent envvars to test executables.
Jussi Pakkanen
2013-10-20
Fixed cross compilation back up.
Jussi Pakkanen
2013-10-18
Can set test cmd arguments and environment variables.
Jussi Pakkanen
2013-10-18
Properly detect failing tests.
Jussi Pakkanen
2013-09-13
Transfer test parallelism data from source to test runner.
Jussi Pakkanen
2013-09-13
Mixed parallel and non-parallel tests are possible.
Jussi Pakkanen
2013-09-13
Run test suite in parallel.
Jussi Pakkanen
2013-09-12
Refactoring to make way for parallel test runs.
Jussi Pakkanen
2013-08-24
Skip tests for cross compilation when they can not be run.
Jussi Pakkanen
2013-08-23
Run cross build tests with exe wrapper.
Jussi Pakkanen
2013-08-04
Padding fine tuning.
Jussi Pakkanen
2013-08-03
Even prettier print.
Jussi Pakkanen
2013-08-03
Prettyified test runner output.
Jussi Pakkanen
2013-08-03
Print test name rather than the path to executable.
Jussi Pakkanen
2013-06-20
Added missing right parentheses.
Jussi Pakkanen
2013-06-20
Removed -tt, which is not necessary with Python 3.
Jussi Pakkanen
2013-05-13
Moved logs into their own directory.
Jussi Pakkanen
2013-03-23
Store test run time in log files.
Jussi Pakkanen
[next]