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