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