aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-19Fix flake8 'imported but unused' reportsJon Turney1-1/+1
2018-11-15unittests: don't override LD_LIBRARY_PATHDylan Baker1-2/+2
2018-11-15unittests: don't run sanitizer tests for on compilers without sanitizer supportDylan Baker1-0/+20
2018-11-14environment: detect compilers from native filesDylan Baker1-4/+181
2018-11-14modules/python: Allow use of the native fileDylan Baker1-0/+8
2018-11-14modules/python3: allow specifying in the native fileDylan Baker1-0/+3
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker1-0/+6
2018-11-14interpreter: allow find_program to use the native fileDylan Baker1-0/+26
2018-11-14unittests: Add framework for testing native config filesDylan Baker1-1/+79
2018-11-12Add kwarg is_default to add_test_setup()Stian Selnes1-0/+32
2018-11-11Consider 'samu' when looking for ninja commandMichael Forney1-5/+8
2018-11-06Add reconfigure/wipe unit testXavier Claessens1-0/+36
2018-11-06Don't use host pkg-config for native dependenciesLyude Paul1-0/+26
2018-11-04Make use of get_argument_syntax() in another test caseJon Turney1-1/+6
2018-11-04Fix a bug in test_compiler_detectionJon Turney1-0/+2
2018-11-04Use lld-link with clang-clJon Turney1-2/+3
2018-11-04Adjust more tests which need to know compiler typeJon Turney1-1/+1
2018-11-04Use 'rc' resource compiler with clang-cl toolchainJon Turney1-1/+1
2018-11-04Make use of get_argument_syntax() in test casesJon Turney1-8/+8
2018-11-04Teach unit test test_compiler_detection about clang-clJon Turney1-0/+4
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney1-4/+0
2018-10-24Move VS C++17 test to a unit test since it requires env setup.Jussi Pakkanen1-0/+13
2018-10-20Remove implicit compression of man pagesMichaƂ Górny1-2/+2
2018-10-15Add macOS test for duplicate `-delete_rpath` handlingDavid Seifert1-0/+12
2018-10-14Merge pull request #4340 from jon-turney/azure-pipelinesJussi Pakkanen1-4/+4
2018-10-14Use 'CI' environment variable to detect CI environmentJon Turney1-4/+4
2018-10-13Added .so to list possible darwin dynamic library suffixes (#4364)gsobala1-1/+1
2018-10-10tests runners: Refactor out global variables and add argparseNiklas Claesson1-3/+8
2018-10-07Substitute output file then check for conflict.Christoph Behle1-0/+2
2018-10-01compilers/c: don't return -pthread for MacOS with any compilerDylan Baker1-8/+13
2018-09-22Use only basename part in test. Closes #4237.Jussi Pakkanen1-1/+1
2018-09-17Also check wx-config-gtk3 when looking for wxWidgetsJan Niklas Hasse1-4/+4
2018-09-17Fix broken unit test qt5dependency_pkgconfig_detectionAlexis Jeandet1-7/+7
2018-09-16Fix ICC on macOSDavid Seifert1-8/+15
2018-09-16Fix GCC on macOSDavid Seifert1-0/+4
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert1-13/+13
2018-09-16Fix incorrect feature check warningJon Turney1-1/+1
2018-09-13Merge pull request #4017 from jon-turney/version-comparison-rewriteJussi Pakkanen1-11/+124
2018-09-12Correct version_compare_condition_with_min()Jon Turney1-4/+5
2018-09-12Add more tests of version comparisonJon Turney1-1/+102
2018-09-12Use the exact current version in obtainMesonOutputJon Turney1-7/+11
2018-09-11Sprinkle functools.lru_cache() in a few more placesNirbheek Chauhan1-11/+11
2018-09-10Improve formatting of dependency detailsJon Turney1-1/+1
2018-09-10Add test case for version_compare_manyJon Turney1-0/+7
2018-09-06Condense test dirs.Jussi Pakkanen1-13/+13
2018-09-03Allow override_find_program to use an executable.Rafael Ávila de Espíndola1-0/+11
2018-08-31gnome: fix generate_gir when linking with libasanMathieu Duponchelle1-0/+8
2018-08-29Improve support for macOS dylib versioningNirbheek Chauhan1-48/+81
2018-08-28CompilerArgs: -Wl,-lfoo is also a valid way to pass a libraryNirbheek Chauhan1-0/+3
2018-08-27Add support for custom dist scripts.Jussi Pakkanen1-12/+38