836 Commits (e873e64b401ede9fdcf09a388f7a12010d321dbb)

Author SHA1 Message Date
Jussi Pakkanen 5fd4963766 Made build. options alias basic ones when native building. 5 years ago
Jussi Pakkanen 534c95cc3e Made set_option kwargs named-only. 5 years ago
Jussi Pakkanen f39600647d Condense test directory names. 5 years ago
Nirbheek Chauhan fcecedc10e unit tests: Convert unittest args to pytest 5 years ago
Jussi Pakkanen f2e018c7f3 Create multiple different archive types with dist. 5 years ago
Nirbheek Chauhan 4200afc74d unit tests: Check whether pytest-xdist is available 5 years ago
Nirbheek Chauhan 81b6c9ef8c unit tests: Use a timeout for tests that use the network 5 years ago
Nirbheek Chauhan 43aae8243c unit tests: Test more syntax highlighting data 5 years ago
Daniel Mensinger 3b3f53ab55 mintro: Fix section key in buildoptions 5 years ago
Dylan Baker 7803056ef2 run_unittests: use sys.executable on Windows for python 5 years ago
David Seifert cd12a6fc39 Add test to catch `-Werror=unused-parameter` brittleness 5 years ago
Nirbheek Chauhan 264533cb67 unit tests: Don't keep builddirs inside source tree on Cygwin 5 years ago
Xavier Claessens 12d4031f52 Add alias_target() function 5 years ago
Jussi Pakkanen b1fbbde0b0 Use pytest parallelisation if available. 5 years ago
Nirbheek Chauhan 716140ddb4 unit tests: Fix CI failures in NativeFileTests 5 years ago
Michael Hirsch, Ph.D 2dc11bcb53
typo 5 years ago
Michael Hirsch, Ph.D 763b05e074
cleanup clang version minimum 5 years ago
Michael Hirsch, Ph.D c756d06fbb
add clang c_std=c18 alias 5 years ago
Jussi Pakkanen 380dcedb86 Hack envvar override when running tests in-process. 5 years ago
Jussi Pakkanen b9a771fef8 Use environment variable overrides. 5 years ago
Jussi Pakkanen 84ac5ce51e Convert some methods to use mandatory named kwargs. 5 years ago
Jussi Pakkanen 74611ecb1f Fix unittests. 5 years ago
Daniel Mensinger 54b1c43277 mintro: Add installed subdirs introspection (fixes #5556) 5 years ago
Aleksey Gurtovoy 7423247413 Fix failing test_find_program test (Windows-only) 5 years ago
Aleksey Gurtovoy 8ebe3d46bb Fix faling test_msvc_toolset_version test 5 years ago
Dylan Baker 42bef8d418 run_unitests: Skip the native_file_is_pipe test on cygwin 6 years ago
Jussi Pakkanen 59e5ad66f2 Keep all build dirs inside the source tree. 6 years ago
Dylan Baker 56f7e5c74f coredata: Correctly handle receiving a pipe for native/cross files 6 years ago
Nirbheek Chauhan 9042130e9a compilers: Fix bitcode and other options for objc code 6 years ago
John Ericson 6d6af46edc Make test for identity 6 years ago
John Ericson 07777e15d4 Purge `is_cross` and friends without changing user interfaces 6 years ago
Jussi Pakkanen 82e36a6bfe Add tests for std usage. Closes #5097. 6 years ago
John Ericson af2d7af998 Per machine do 'build.' and '' option prefixes 6 years ago
Dylan Baker 2e2c3c968c tests: Test the cmake parser more thuroughly 6 years ago
Dylan Baker 0714ba58c7 coredata: add cmake_prefix_path option 6 years ago
Christoph Reiter 7ce9e56a4b Fix path splitting in get_compiler_dirs() with GCC/clang on Windows 6 years ago
Dylan Baker 61750494f5 run_unittests: make cross file location test robust against environment 6 years ago
John Ericson 957d8e051c Make `PerMachine` and `MachineChoice` have just `build` and `host` 6 years ago
Dylan Baker 080f59cf43 compilers: rename IntelCompiler to IntelGnuLikeCompiler 6 years ago
Antoine Jacoutot e2f6f47fa3 unittests: adapt pkg-config test for OpenBSD 6 years ago
Dylan Baker dcfd918548 run_unittests: assume that on windows that intel means icl 6 years ago
Dylan Baker 3e82a4b517 run_unittests: intel-cl links like msvc 6 years ago
Dylan Baker 73eca8255b run_unittests: Don't assume that VS like compilers have MSVC versions 6 years ago
Dylan Baker c72fd1e333 run_unittests: ICL also doesn't do proper resource dependency detection 6 years ago
Dylan Baker 541523eeba compilers: Split C-Like functionality into a mixin classes 6 years ago
Martin Hostettler ed109801c6 munstable_coredata: Adapt to coredata changes. 6 years ago
Peter Hutterer 70997ca969 mtest: check for an empty suite list 6 years ago
Daniel Mensinger 236221061a
Fixed unnecessary .items() 6 years ago
Daniel Mensinger e75211d321
Fix builtin variable names 6 years ago
Daniel Mensinger bf98ffca9e
Fix blind exceptions 6 years ago