summaryrefslogtreecommitdiff
path: root/run_unittests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix absolute prefix/xxxdir subdir check on WindowsNirbheek Chauhan2017-02-061-1/+5
* coredata: Use our own implementation of commonpathNirbheek Chauhan2017-01-301-0/+17
* Cope with files created with a different umask.Jussi Pakkanen2017-01-291-2/+4
* Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen2017-01-281-1/+1
|\
| * tests: Move build-by-default unit test to common testsNirbheek Chauhan2017-01-281-1/+1
* | Use CompilerArgs for generation of compile commandsNirbheek Chauhan2017-01-281-0/+33
* | compilers: New class CompilerArgs derived from list()Nirbheek Chauhan2017-01-271-1/+58
|/
* Support file perms for install_data and install_subdirNirbheek Chauhan2017-01-241-0/+89
* Force installation dir options to be inside prefixNirbheek Chauhan2017-01-231-5/+21
* build_by_default it is.Jussi Pakkanen2017-01-151-2/+2
* Add test for build_on_all.Jussi Pakkanen2017-01-151-0/+11
* tests: Add a test for new test suite selection.Hemmo Nieminen2017-01-131-0/+55
* unit tests: Use assertIn() instead of assertTrue()Nirbheek Chauhan2017-01-041-9/+9
* icc: Fix C/C++ std options and add a unit test for themNirbheek Chauhan2017-01-041-3/+64
* unit tests: Be more specific in checking for commandsNirbheek Chauhan2017-01-041-6/+6
* Can set envvars in test setups.Jussi Pakkanen2017-01-021-1/+12
* Can specify test setups and run them with mesontest.Jussi Pakkanen2017-01-021-0/+12
* Add a test for deterministic exe-wrapper data fileNirbheek Chauhan2016-12-311-1/+15
* Add simple uninstall target. Closes #753.Jussi Pakkanen2016-12-311-0/+13
* Share code between installed and non-installed soname testsNirbheek Chauhan2016-12-221-46/+12
* Add an installed soname unit testNirbheek Chauhan2016-12-221-3/+55
* tree-wide: remove unused importsIgor Gnatenko2016-12-191-1/+1
* Fix compiler arg checking if ccache is used.Jussi Pakkanen2016-12-061-0/+2
* Merge pull request #1103 from mesonbuild/rewriterJussi Pakkanen2016-12-061-0/+58
|\
| * Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen2016-12-041-5/+22
| * Use copytree to prepare for further tests.Jussi Pakkanen2016-12-041-18/+18
| * Renamed rewriter.Jussi Pakkanen2016-12-041-1/+1
| * Added unit test for rewriter.Jussi Pakkanen2016-12-041-0/+42
* | Print readelf output if soversion can not be determined to help debugging.Jussi Pakkanen2016-12-031-0/+1
* | run_unittests: Document the purpose of each testNirbheek Chauhan2016-12-041-0/+47
* | unit tests: Use universal_newlines everywhereNirbheek Chauhan2016-12-041-9/+12
* | Compiler check and extra args should always overrideNirbheek Chauhan2016-12-041-0/+28
* | Merge pull request #1102 from mesonbuild/sonameJussi Pakkanen2016-12-021-0/+51
|\ \
| * | Allow soname to be an arbitrary string and fix symlink generation.Jussi Pakkanen2016-11-261-5/+4
| * | Bootstrap test code with CMake.Jussi Pakkanen2016-11-211-0/+52
| |/
* | Detect Qt5 properly on more platforms.Jussi Pakkanen2016-11-231-3/+11
|/
* Fix message to be checked in Qt5 unit test.Elliott Sales de Andrade2016-11-141-1/+1
* Add a unit test for Qt5 detection with qmakeNirbheek Chauhan2016-11-111-4/+26
* tests: Check that run_target can find a files() argumentNirbheek Chauhan2016-11-091-0/+8
* The regex to detect version numbers needs to be a bit more complex. Closes #967.Jussi Pakkanen2016-11-021-1/+13
* Exposes the install names of targets in introspection. Closes #829.Jussi Pakkanen2016-10-301-0/+14
* Add a unit test to ensure object file orderNirbheek Chauhan2016-10-251-0/+11
* Add a unittest using the Vala and C warnings testNirbheek Chauhan2016-10-141-0/+28
* Add a unittest for pkg-config file generationNirbheek Chauhan2016-10-131-0/+21
* unittests/pic: Actually test that setting b_staticpic worksNirbheek Chauhan2016-10-121-3/+9
* Add an option to select if static libraries are built with -fPIC.Jussi Pakkanen2016-10-101-2/+18
* Review fixes.Jussi Pakkanen2016-10-091-8/+15
* Pass cmd line args onwards.Jussi Pakkanen2016-10-081-2/+2
* Store all invocation output. Not shown to users yet.Jussi Pakkanen2016-10-081-4/+5
* Run unittests.Jussi Pakkanen2016-10-081-0/+61