aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2020-06-16interpreter: add support for --force-fallback-forMathieu Duponchelle1-0/+6
2020-06-15pep8: add missing import, remove unused variableMichael Hirsch1-25/+26
2020-06-15run_*tests*.py: print Meson version at start of test suiteMichael Hirsch1-0/+1
2020-06-15environment: fallback regex for versions like 2020.01Michael Hirsch1-4/+10
2020-06-15Added docs for all meson commands + corresponding unit test (#7217)TheQwertiest1-0/+113
2020-06-11unit tests: Pass args to pytestNirbheek Chauhan1-0/+3
2020-06-11compilers: corretify deduplication directionMarcel Hollerbach1-0/+19
2020-06-05run_unittests.py: skip test_internal_include_order for now if forcing respons...Dan Kegel1-0/+3
2020-05-23ast: add unittestDaniel Mensinger1-0/+77
2020-05-22Merge pull request #7123 from dcbaker/use-feature-deprecatedJussi Pakkanen1-11/+8
2020-05-19Merge pull request #5986 from dcbaker/fix-tests-with-cross-binary-argumentsJussi Pakkanen1-65/+133
2020-05-19Build private directory name from output file name.Jussi Pakkanen1-13/+25
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker1-6/+6
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker1-6/+19
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker1-11/+14
2020-05-18tests: Add tests for cross file exe_wrapperDylan Baker1-2/+52
2020-05-18run_unittests: move cross_file_system_paths to the cross testsDylan Baker1-61/+63
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen1-3/+89
2020-05-16Let LDFLAGS specify rpath.Dan Kegel1-0/+33
2020-05-16Let .pc files specify rpath.Dan Kegel1-3/+56
2020-05-14run_unittests: Use unittest.mock instead of a handrolled mockDylan Baker1-11/+8
2020-05-14unit tests: Fix broken test_cross_libdir testNirbheek Chauhan1-6/+13
2020-05-13macos: Remove framwork linkerlike argsEric Lemanissier1-1/+1
2020-05-06Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen1-4/+6
2020-05-04Add native support for gtest testsDylan Baker1-4/+6
2020-05-04Add regression test for libdir reset.Jussi Pakkanen1-0/+11
2020-05-04Fix incremental debug builds in VSGustavoLCR1-1/+1
2020-04-30interpreter: Add link_language to all build targetsDylan Baker1-1/+2
2020-04-30unittests: Add test to show that link_language is brokenDylan Baker1-0/+15
2020-04-23mtest: Generate a JUnit xml result fileDylan Baker1-0/+25
2020-04-21Merge pull request #6816 from dcbaker/framework-matrixJussi Pakkanen1-0/+26
2020-04-20Compiler options per langJohn Ericson1-8/+7
2020-04-17interpreter: Correctly ignore def files in build directoryXavier Claessens1-0/+28
2020-04-17Add a json schema for the test.json used in testsDylan Baker1-0/+26
2020-04-13wrap: Add fallback urlsXavier Claessens1-2/+4
2020-04-10cmake: support cmake config file syntax (#6917)dabrain341-1/+49
2020-04-05Rename test dir names with dircondenser.py.Jussi Pakkanen1-2/+2
2020-04-05qt dependency: Pick debug libraries based on b_vscrtCerbero1-0/+27
2020-03-23Revert "Naturally use env vars a bit more to match Autoconf"Jussi Pakkanen1-2/+3
2020-03-23Naturally use env vars a bit more to match AutoconfJohn Ericson1-3/+2
2020-03-23Fix legacy env var support with crossJohn Ericson1-1/+26
2020-03-23Fix linker evn var testsJohn Ericson1-2/+12
2020-03-22Do not try to mix gcc with link.exe.Jussi Pakkanen1-0/+2
2020-03-17envconfig: Make compiler and linker environment variables matchDylan Baker1-16/+30
2020-03-12unittests: Add tests for overriding D linker languageDylan Baker1-0/+14
2020-03-12run_unittests: Use skip_if_not_language for linker testsDylan Baker1-2/+5
2020-03-11coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan1-3/+4
2020-03-11coredata: Passing an option is supposed to set it, not flip the defaultNirbheek Chauhan1-0/+8
2020-03-11coredata: Set default options as cmdline args that override each otherNirbheek Chauhan1-0/+18
2020-03-09Fix introspection of symlink targets on macOS.Jussi Pakkanen1-13/+33