summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2016-12-06Fix compiler arg checking if ccache is used.Jussi Pakkanen
2016-12-06Merge pull request #1103 from mesonbuild/rewriterJussi Pakkanen
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen
2016-12-04Use copytree to prepare for further tests.Jussi Pakkanen
2016-12-04Renamed rewriter.Jussi Pakkanen
2016-12-04Added unit test for rewriter.Jussi Pakkanen
2016-12-03Print readelf output if soversion can not be determined to help debugging.Jussi Pakkanen
2016-12-04run_unittests: Document the purpose of each testNirbheek Chauhan
2016-12-04unit tests: Use universal_newlines everywhereNirbheek Chauhan
2016-12-04Compiler check and extra args should always overrideNirbheek Chauhan
2016-12-02Merge pull request #1102 from mesonbuild/sonameJussi Pakkanen
2016-11-26Allow soname to be an arbitrary string and fix symlink generation.Jussi Pakkanen
2016-11-23Detect Qt5 properly on more platforms.Jussi Pakkanen
2016-11-21Bootstrap test code with CMake.Jussi Pakkanen
2016-11-14Fix message to be checked in Qt5 unit test.Elliott Sales de Andrade
2016-11-11Add a unit test for Qt5 detection with qmakeNirbheek Chauhan
2016-11-09tests: Check that run_target can find a files() argumentNirbheek Chauhan
2016-11-02The regex to detect version numbers needs to be a bit more complex. Closes #967.Jussi Pakkanen
2016-10-30Exposes the install names of targets in introspection. Closes #829.Jussi Pakkanen
2016-10-25Add a unit test to ensure object file orderNirbheek Chauhan
2016-10-14Add a unittest using the Vala and C warnings testNirbheek Chauhan
2016-10-13Add a unittest for pkg-config file generationNirbheek Chauhan
2016-10-12unittests/pic: Actually test that setting b_staticpic worksNirbheek Chauhan
2016-10-10Add an option to select if static libraries are built with -fPIC.Jussi Pakkanen
2016-10-09Review fixes.Jussi Pakkanen
2016-10-08Pass cmd line args onwards.Jussi Pakkanen
2016-10-08Store all invocation output. Not shown to users yet.Jussi Pakkanen
2016-10-08Run unittests.Jussi Pakkanen