aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-05pkgconfig: Fix flag deduplicationXavier Claessens1-24/+23
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson1-8/+15
2018-12-29Tests and docsDaniel Mensinger1-1/+16
2018-12-30Better error message for rpath test.Jussi Pakkanen1-1/+1
2018-12-30Default libdir is "lib" when cross compiling. Closes #2535.Jussi Pakkanen1-0/+13
2018-12-30Add a clang-format target.Jussi Pakkanen1-0/+35
2018-12-21Merge pull request #4573 from jon-turney/msys2-clangJussi Pakkanen1-3/+15
2018-12-20mintro: Bug fix for determine_installed_path for multiple target outputsDaniel Mensinger1-2/+25
2018-12-20msetup: Fix callig meson --wipe inside a build directoryDylan Baker1-5/+16
2018-12-19Added unit testDaniel Mensinger1-0/+17
2018-12-12pkgconfig: Fix link order of library dependenciesNiklas Haas1-0/+13
2018-12-09Skip test_config_tool_dep on MSYS2Jon Turney1-1/+6
2018-12-09Skip LTO test with Windows clangJon Turney1-0/+5
2018-12-09Don't rely on -fPIC being ignored where it's meaninglessJon Turney1-2/+4
2018-12-09Skip if a suitable D alternative is not found.Jussi Pakkanen1-1/+3
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen1-0/+28
2018-12-03Combine `run_tests` import lines in `run_unittests`John Ericson1-5/+6
2018-11-28Merge pull request #3061 from jon-turney/introspect-custom-target-filesJussi Pakkanen1-0/+32
2018-11-27Merge pull request #4191 from trilader/feature/projectinfo-from-sourceJussi Pakkanen1-0/+34
2018-11-27Fixed unit test (see #4549)Daniel Mensinger1-1/+1
2018-11-26Remove name property from introspect --projectinfo as it is not usedDaniel Schulte1-3/+0
2018-11-26mintro: Allow introspect --projectinfo without build directory.Daniel Schulte1-0/+37
2018-11-24Added 'section' key to buildoptions introspectionDaniel Mensinger1-0/+3
2018-11-22Use first 7 letters of sha256 for subdirectory part of target idAleksey Filippov1-3/+19
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach1-0/+11
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