aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-21Fix cross environment pollution.Ole André Vadla RavnÄs1-0/+21
2017-05-18Merge pull request #1810 from QuLogic/pycharm-warningsJussi Pakkanen1-2/+7
2017-05-18Skip unittests that request it rather than mark them as failed. Closes #1804.Jussi Pakkanen1-0/+4
2017-05-17Add missing asserts in unit tests.Elliott Sales de Andrade1-0/+3
2017-05-17Remove unused variables.Elliott Sales de Andrade1-1/+0
2017-05-17Remove unused imports.Elliott Sales de Andrade1-1/+4
2017-05-12Add test and release notes.Jussi Pakkanen1-0/+42
2017-05-11pkgconfig: add suppport for custom variables during generationPeter Hutterer1-0/+2
2017-05-09project tests: Also regen before buildingNirbheek Chauhan1-9/+3
2017-05-04Use American English: behaviour -> behaviorPeter Hutterer1-1/+1
2017-04-23Unset compiler envvars in unit tests.Jussi Pakkanen1-0/+10
2017-04-20unit tests: Add a test case for LTO + static librariesNirbheek Chauhan1-0/+11
2017-04-17Do not obliterate old rpath because it might be used due to read only data sh...Jussi Pakkanen1-0/+22
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen1-0/+11
2017-04-11Merge pull request #1596 from centricular/test-rebuildsJussi Pakkanen1-5/+85
2017-04-11Merge pull request #1588 from absmall/methodJussi Pakkanen1-4/+2
2017-04-10Add tests for target and custom_target rebuildNirbheek Chauhan1-5/+85
2017-04-09unit tests: Run another linuxlike test on all platformsNirbheek Chauhan1-9/+9
2017-04-09unit tests: Skip tests that need NinjaNirbheek Chauhan1-0/+6
2017-04-09unit tests: Fix running specific targets with MSBuildNirbheek Chauhan1-3/+3
2017-04-09unit tests: Run on all backends, not just NinjaNirbheek Chauhan1-6/+15
2017-04-09tests: Factor out common code to run_testsNirbheek Chauhan1-31/+20
2017-04-09Rename the pkgconfig method to pkg-configAaron Small1-1/+1
2017-04-09Add an option to dependencies called 'method'. This can be used toAaron Small1-4/+2
2017-04-06Use '.exe' extension for executables for CygwinJon Turney1-1/+1
2017-04-06Don't use -fPIC on Cygwin, eitherJon Turney1-1/+3
2017-04-04Use CPPFLAGS for pre-processor compiler checksNirbheek Chauhan1-0/+15
2017-04-03Merge pull request #1457 from mesonbuild/overridesJussi Pakkanen1-0/+21
2017-04-02Merge pull request #1505 from centricular/dont-use-c++-for-assemblyJussi Pakkanen1-0/+67
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-30tests/common/141: Also test C + asm targetsNirbheek Chauhan1-2/+18
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-27wrap: Also capture stderr while running quiet_git()Nirbheek Chauhan1-0/+5
2017-03-27Try even harder to use the C compiler for assemblyNirbheek Chauhan1-0/+46
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