aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Extend unit test to cover cwd-relative warning location formattingJon Turney1-0/+14
2020-02-28Add unit test of cwd-relative error location formattingJon Turney1-3/+34
2020-02-27Fix python2 rename (#6703)Dylan Baker1-11/+16
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen1-7/+75
2020-02-22symbolextractor: Add support for CygwinNirbheek Chauhan1-3/+1
2020-02-22symbolextractor: Add a Windows implementationNirbheek Chauhan1-0/+2
2020-02-22unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan1-2/+32
2020-02-22unit tests: Add a test for reconfigure causing no-op buildNirbheek Chauhan1-0/+37
2020-02-22unit tests: Make assertBuildNoOp check stricterNirbheek Chauhan1-5/+5
2020-02-22unit tests: Skip if pkg-config is not foundNirbheek Chauhan1-0/+1
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen1-1/+5
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan1-0/+5
2020-02-21linkers: Update the linker names to be more consistentDylan Baker1-8/+8
2020-02-21unit tests: Remove an unused variableNirbheek Chauhan1-1/+0
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg1-0/+5
2020-02-12Add unity block size option.Jussi Pakkanen1-2/+2
2020-02-12unit tests: Ensure that --profile-self keeps workingNirbheek Chauhan1-2/+3
2020-02-05Merge pull request #6573 from michaelbadcrumble/add_sample_templatesJussi Pakkanen1-3/+21
2020-02-05pkgconfig: Generate -uninstalled.pc filesXavier Claessens1-0/+15
2020-02-04Fix prefix dependent option defaults (#6552)Jon Turney1-1/+7
2020-02-02update test_templates in run_unittests.pyMichael1-3/+21
2020-02-01summary: Fix empty list caseXavier Claessens1-0/+1
2020-01-30Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D1-7/+14
2020-01-29Skip ld tests if no compiler installed.Jussi Pakkanen1-0/+2
2020-01-29run_unitests: Add a test for DependencyFactory orderingDylan Baker1-0/+21
2020-01-29run_unittests: Add a chdir context managerDylan Baker1-18/+24
2020-01-27Fix broken link on Elbrus Fortran compilermakise-homura1-1/+3
2020-01-27ObjC/ObjC++ compilers are not available for Elbrus, so don't failmakise-homura1-1/+1
2020-01-26Support multiple args to message() and warning()Xavier Claessens1-0/+8
2020-01-25Fix required dependency() not failing when wrap-mode=nofallbackXavier Claessens1-0/+5
2020-01-24unit tests: summary() test does not fail on Windows anymoreNirbheek Chauhan1-3/+1
2020-01-24summary: Ensure that output is deterministicNirbheek Chauhan1-3/+10
2020-01-24unit tests: Open all documentation as utf-8Nirbheek Chauhan1-6/+6
2020-01-22test_pkgconfig_gen_deps: set PKG_CONFIG_SYSTEM_LIBRARY_PATH=/usr/libMike Gilbert1-1/+4
2020-01-22tests: Add a test case for finding ldDylan Baker1-2/+2
2020-01-22environment: Replace LD with <LANG>LDDylan Baker1-2/+5
2020-01-22envconfig: add pkg_config_libdir propertyStéphane Cerveau1-1/+29
2020-01-22tests: Add a unit test for checksumsNirbheek Chauhan1-0/+28
2020-01-17wrap: Fix support of file:// URLsXavier Claessens1-0/+34
2020-01-15find_program: Always use USERPROFILE instead of HOMENirbheek Chauhan1-0/+8
2020-01-09pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz1-2/+4
2020-01-08Rename test dirs to sequential order.Jussi Pakkanen1-4/+4
2019-12-18PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATHTing-Wei Lan1-0/+20
2019-12-18Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen1-0/+34
2019-12-13mlog: Add a log_once functionDylan Baker1-0/+29
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens1-0/+2
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens1-7/+4
2019-12-12Add a summary() function for configuration summarizationXavier Claessens1-0/+35
2019-12-13mintro: include test protocol in introspection dataPaolo Bonzini1-1/+1
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen1-24/+65