aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2017-01-15build_by_default it is.Jussi Pakkanen1-2/+2
2017-01-15Add test for build_on_all.Jussi Pakkanen1-0/+11
2017-01-13tests: Add a test for new test suite selection.Hemmo Nieminen1-0/+55
2017-01-04unit tests: Use assertIn() instead of assertTrue()Nirbheek Chauhan1-9/+9
2017-01-04icc: Fix C/C++ std options and add a unit test for themNirbheek Chauhan1-3/+64
2017-01-04unit tests: Be more specific in checking for commandsNirbheek Chauhan1-6/+6
2017-01-02Can set envvars in test setups.Jussi Pakkanen1-1/+12
2017-01-02Can specify test setups and run them with mesontest.Jussi Pakkanen1-0/+12
2016-12-31Add a test for deterministic exe-wrapper data fileNirbheek Chauhan1-1/+15
2016-12-31Add simple uninstall target. Closes #753.Jussi Pakkanen1-0/+13
2016-12-22Share code between installed and non-installed soname testsNirbheek Chauhan1-46/+12
2016-12-22Add an installed soname unit testNirbheek Chauhan1-3/+55
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-1/+1
2016-12-06Fix compiler arg checking if ccache is used.Jussi Pakkanen1-0/+2
2016-12-06Merge pull request #1103 from mesonbuild/rewriterJussi Pakkanen1-0/+58
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen1-5/+22
2016-12-04Use copytree to prepare for further tests.Jussi Pakkanen1-18/+18
2016-12-04Renamed rewriter.Jussi Pakkanen1-1/+1
2016-12-04Added unit test for rewriter.Jussi Pakkanen1-0/+42
2016-12-03Print readelf output if soversion can not be determined to help debugging.Jussi Pakkanen1-0/+1
2016-12-04run_unittests: Document the purpose of each testNirbheek Chauhan1-0/+47
2016-12-04unit tests: Use universal_newlines everywhereNirbheek Chauhan1-9/+12
2016-12-04Compiler check and extra args should always overrideNirbheek Chauhan1-0/+28
2016-12-02Merge pull request #1102 from mesonbuild/sonameJussi Pakkanen1-0/+51
2016-11-26Allow soname to be an arbitrary string and fix symlink generation.Jussi Pakkanen1-5/+4
2016-11-23Detect Qt5 properly on more platforms.Jussi Pakkanen1-3/+11
2016-11-21Bootstrap test code with CMake.Jussi Pakkanen1-0/+52
2016-11-14Fix message to be checked in Qt5 unit test.Elliott Sales de Andrade1-1/+1
2016-11-11Add a unit test for Qt5 detection with qmakeNirbheek Chauhan1-4/+26
2016-11-09tests: Check that run_target can find a files() argumentNirbheek Chauhan1-0/+8
2016-11-02The regex to detect version numbers needs to be a bit more complex. Closes #967.Jussi Pakkanen1-1/+13
2016-10-30Exposes the install names of targets in introspection. Closes #829.Jussi Pakkanen1-0/+14
2016-10-25Add a unit test to ensure object file orderNirbheek Chauhan1-0/+11
2016-10-14Add a unittest using the Vala and C warnings testNirbheek Chauhan1-0/+28
2016-10-13Add a unittest for pkg-config file generationNirbheek Chauhan1-0/+21
2016-10-12unittests/pic: Actually test that setting b_staticpic worksNirbheek Chauhan1-3/+9
2016-10-10Add an option to select if static libraries are built with -fPIC.Jussi Pakkanen1-2/+18
2016-10-09Review fixes.Jussi Pakkanen1-8/+15
2016-10-08Pass cmd line args onwards.Jussi Pakkanen1-2/+2
2016-10-08Store all invocation output. Not shown to users yet.Jussi Pakkanen1-4/+5
2016-10-08Run unittests.Jussi Pakkanen1-0/+61