aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2019-09-23mtest: TAP: ignore empty linesMarc-André Lureau1-0/+6
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens1-0/+4
2019-09-13mconf: Fix meson configure crash (fixes #5909)Daniel Mensinger1-0/+4
2019-09-09unitests: dont assume cc exists or is validDylan Baker1-20/+27
2019-09-08Fix static archives stripping (#5905)David Seifert1-0/+27
2019-09-08Rename 'rpath-link secondary' unit testDavid Seifert1-1/+1
2019-09-06Add `-Wl,-rpath-link` for secondary dependenciesDavid Seifert1-0/+39
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-10/+106
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker1-1/+1
2019-08-26Fix packaging. [skip ci]Jussi Pakkanen1-0/+2
2019-08-14unittests: Create a fake DynamicLinker when necessaryDylan Baker1-1/+2
2019-08-14environment: Detect dynamic linker classDylan Baker1-1/+2
2019-08-14unittests: add b_lundef=false to address sanitizer testDylan Baker1-1/+1
2019-08-14run_unittests: extend binary wrapper creater for Wl,--versionDylan Baker1-3/+4
2019-08-12Add is_disabler functionJames Hilliard1-0/+10
2019-08-06Made build. options alias basic ones when native building.Jussi Pakkanen1-12/+16
2019-08-06Made set_option kwargs named-only.Jussi Pakkanen1-1/+1
2019-08-03Condense test directory names.Jussi Pakkanen1-68/+68
2019-07-26unit tests: Convert unittest args to pytestNirbheek Chauhan1-0/+16
2019-07-23Create multiple different archive types with dist.Jussi Pakkanen1-4/+12
2019-07-20unit tests: Check whether pytest-xdist is availableNirbheek Chauhan1-5/+4
2019-07-20unit tests: Use a timeout for tests that use the networkNirbheek Chauhan1-1/+7
2019-07-18unit tests: Test more syntax highlighting dataNirbheek Chauhan1-3/+38
2019-07-17mintro: Fix section key in buildoptionsDaniel Mensinger1-0/+9
2019-07-15run_unittests: use sys.executable on Windows for pythonDylan Baker1-4/+1
2019-07-14Add test to catch `-Werror=unused-parameter` brittlenessDavid Seifert1-2/+9
2019-07-12unit tests: Don't keep builddirs inside source tree on CygwinNirbheek Chauhan1-1/+9
2019-07-11Merge pull request #5560 from scivision/cstd18_bugMichael Hirsch, Ph.D1-10/+54
2019-07-11Merge pull request #5606 from xclaesse/alias_targetJussi Pakkanen1-0/+13
2019-07-10Add alias_target() functionXavier Claessens1-0/+13
2019-07-09Use pytest parallelisation if available.Jussi Pakkanen1-1/+12
2019-07-09unit tests: Fix CI failures in NativeFileTestsNirbheek Chauhan1-1/+1
2019-07-08typoMichael Hirsch, Ph.D1-3/+3
2019-07-08cleanup clang version minimumMichael Hirsch, Ph.D1-31/+51
2019-07-08add clang c_std=c18 aliasMichael Hirsch, Ph.D1-12/+36
2019-07-08Hack envvar override when running tests in-process.Jussi Pakkanen1-2/+8
2019-07-08Use environment variable overrides.Jussi Pakkanen1-80/+125
2019-07-08Convert some methods to use mandatory named kwargs.Jussi Pakkanen1-26/+26
2019-07-05Fix unittests.Jussi Pakkanen1-6/+7
2019-07-01mintro: Add installed subdirs introspection (fixes #5556)Daniel Mensinger1-0/+28
2019-06-27Fix failing test_find_program test (Windows-only)Aleksey Gurtovoy1-5/+8
2019-06-27Fix faling test_msvc_toolset_version testAleksey Gurtovoy1-2/+6
2019-06-24run_unitests: Skip the native_file_is_pipe test on cygwinDylan Baker1-1/+2
2019-06-24Keep all build dirs inside the source tree.Jussi Pakkanen1-1/+1
2019-06-23coredata: Correctly handle receiving a pipe for native/cross filesDylan Baker1-2/+25
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan1-7/+10
2019-06-09Make test for identityJohn Ericson1-0/+12
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-43/+41
2019-06-05Add tests for std usage. Closes #5097.Jussi Pakkanen1-0/+16
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson1-4/+9