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
/
test cases
/
unit
Age
Commit message (
Expand
)
Author
2017-09-30
Add an rpath entry to shared libraries that are linked from the source tree.
Jussi Pakkanen
2017-09-30
Moved prebuilt static library under unit tests.
Jussi Pakkanen
2017-09-30
Moved prebuilt object test under unittests.
Jussi Pakkanen
2017-09-15
Add test for get_option(b_xxx) on reconfigure.
Hristo Venev
2017-09-06
Merge pull request #2236 from trhd/env
Jussi Pakkanen
2017-09-04
Permit overriding find_program from the cross file.
Jussi Pakkanen
2017-09-01
Add a regression test for test suites.
Hemmo Nieminen
2017-07-21
Add build_rpath as new property allowing people to specify rpath entries that...
Jussi Pakkanen
2017-06-17
Failing test for -D dedupping.
Jussi Pakkanen
2017-06-12
tests/unit/8: Rename to 9 and add -l flags
Nirbheek Chauhan
2017-06-12
Created unit test to ensure linker arguments from consecutive dependencies ar...
Jussi Pakkanen
2017-04-17
Do not obliterate old rpath because it might be used due to read only data sh...
Jussi Pakkanen
2017-04-03
Merge pull request #1457 from mesonbuild/overrides
Jussi Pakkanen
2017-04-02
Add test for werror which is a boolean type.
Jussi Pakkanen
2017-04-02
Proxy object for overriding options transparently.
Jussi Pakkanen
2017-03-27
tests: Fix typo in unit test code
Nirbheek Chauhan
2017-02-21
Fix compiler exelist in cross-info and the environment
Nirbheek Chauhan
2017-02-19
unit tests: Test some corner-cases in test setups
Nirbheek Chauhan
2017-01-28
tests: Move build-by-default unit test to common tests
Nirbheek Chauhan
2017-01-15
build_by_default it is.
Jussi Pakkanen
2017-01-15
Add test for build_on_all.
Jussi Pakkanen
2017-01-13
tests: Add a test for new test suite selection.
Hemmo Nieminen
2017-01-03
Merge pull request #1260 from mesonbuild/subproj_defaults
Jussi Pakkanen
2017-01-02
Can put external programs to test suite exe wrappers directly.
Jussi Pakkanen
2017-01-02
Can set envvars in test setups.
Jussi Pakkanen
2017-01-02
Can specify test setups and run them with mesontest.
Jussi Pakkanen
2016-12-29
Can override project option default values in subproject().
Jussi Pakkanen
2016-12-29
Can set project options (but not global options) in subproject default options.
Jussi Pakkanen
2016-12-29
Move option file parsing to after the project() inputs have been decoded to a...
Jussi Pakkanen
2016-12-22
Add an installed soname unit test
Nirbheek Chauhan
2016-11-26
Allow soname to be an arbitrary string and fix symlink generation.
Jussi Pakkanen
2016-11-21
Bootstrap test code with CMake.
Jussi Pakkanen