aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2017-04-02Add test for werror which is a boolean type.Jussi Pakkanen1-1/+3
2017-04-02Proxy object for overriding options transparently.Jussi Pakkanen1-0/+19
2017-03-28unit tests: Skip static library overwrite on WindowsNirbheek Chauhan1-1/+3
2017-03-27Fix qt4 tool location detection, which may result in incorrectly pickingAaron Small1-0/+19
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen1-14/+46
2017-03-25wrap: Implement special wrap modes for use by packagersNirbheek Chauhan1-0/+1
2017-03-23Preserve the order of internal deps in a targetNirbheek Chauhan1-14/+46
2017-03-13unittests: Print output for failing commandsNirbheek Chauhan1-9/+28
2017-03-04Have all compiler invocations in compdb. Closes #1439.Jussi Pakkanen1-0/+2
2017-02-21unit tests: Don't try to test objc/c++ on WindowsNirbheek Chauhan1-1/+3
2017-02-21Support passing of options to compilers and linkersNirbheek Chauhan1-4/+4
2017-02-21Fix static linker exelist in cross-info and environmentNirbheek Chauhan1-6/+30
2017-02-21Fix compiler exelist in cross-info and the environmentNirbheek Chauhan1-1/+76
2017-02-20Merge pull request #1402 from centricular/test-setup-fixesJussi Pakkanen1-0/+10
2017-02-20Merge pull request #1403 from centricular/compile_resourcesJussi Pakkanen1-0/+151
2017-02-20Rewrite custom_target template string substitutionNirbheek Chauhan1-0/+151
2017-02-19unit tests: Test some corner-cases in test setupsNirbheek Chauhan1-0/+10
2017-02-19find_program: Fix implementation of .path()Nirbheek Chauhan1-6/+6
2017-02-18find_program: Correctly use scripts found in PATHNirbheek Chauhan1-2/+47
2017-02-18run_unittests: Move more tests to AllPlatformTestsNirbheek Chauhan1-169/+195
2017-02-18run_unittests: Resolve the real path of the tmpdirNirbheek Chauhan1-3/+5
2017-02-18run_unittests: Filter out non-object contents in static library testNirbheek Chauhan1-2/+2
2017-02-18run_unittests: Print output if a test failedNirbheek Chauhan1-28/+33
2017-02-18ninja: Delete output static lib before calling `ar`Nirbheek Chauhan1-0/+41
2017-02-18run_unittests: Move sleep() ninja bug hack to setconfNirbheek Chauhan1-6/+7
2017-02-18run_unittests: Support returning the output of a subprocessNirbheek Chauhan1-3/+6
2017-02-18Add unit tests related to absolute prefixesNirbheek Chauhan1-19/+70
2017-02-06Fix absolute prefix/xxxdir subdir check on WindowsNirbheek Chauhan1-1/+5
2017-01-30coredata: Use our own implementation of commonpathNirbheek Chauhan1-0/+17
2017-01-29Cope with files created with a different umask.Jussi Pakkanen1-2/+4
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen1-1/+1
2017-01-28Use CompilerArgs for generation of compile commandsNirbheek Chauhan1-0/+33
2017-01-28tests: Move build-by-default unit test to common testsNirbheek Chauhan1-1/+1
2017-01-27compilers: New class CompilerArgs derived from list()Nirbheek Chauhan1-1/+58
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan1-0/+89
2017-01-23Force installation dir options to be inside prefixNirbheek Chauhan1-5/+21
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