aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Add a test case for very long command linesJon Turney4-0/+38
2020-06-05cmake: Skip MSVC like compilers, since C++11 is not supportedDaniel Mensinger1-0/+5
2020-06-05cmake: added test caseDaniel Mensinger9-0/+151
2020-06-02cmake: always split property lists (fixes #7228)Daniel Mensinger1-1/+1
2020-05-27Merge pull request #6818 from mensinda/localPatchJussi Pakkanen12-8/+30
2020-05-27ninja: Always use to_native on CompilerArgs (fixes #7167)Daniel Mensinger3-0/+19
2020-05-26opts: Allow string concatenation (fixes #7199)Daniel Mensinger1-3/+3
2020-05-26Merge pull request #7197 from jon-turney/test-output-check-mandatoryJussi Pakkanen10-0/+70
2020-05-23Add expected stdout for failing-meson tests which are missing itJon Turney10-0/+70
2020-05-23ast: add unittestDaniel Mensinger1-2/+15
2020-05-23Revert "Merge pull request #7172 from jon-turney/test-output-check-mandatory"Jussi Pakkanen10-70/+0
2020-05-22Merge pull request #7172 from jon-turney/test-output-check-mandatoryJussi Pakkanen10-0/+70
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker3-0/+36
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker13-0/+0
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker3-0/+25
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen15-3/+59
2020-05-16Let LDFLAGS specify rpath.Dan Kegel5-0/+18
2020-05-16Let .pc files specify rpath.Dan Kegel10-3/+41
2020-05-15Add expected stdout for failing-meson tests which are missing itJon Turney10-0/+70
2020-05-15travis/macos: Restore the old pkg-config behaviourNirbheek Chauhan1-1/+1
2020-05-14interpreter: Rename has_exe_wrapper -> can_run_host_binariesDylan Baker3-3/+3
2020-05-14interpreterbase: Allow passing an extra message in feature/deprecation warningsDylan Baker1-1/+1
2020-05-14gnome.generate_gir: Fix missing include directoriesXavier Claessens6-3/+175
2020-05-13Merge pull request #6620 from jon-turney/test-output-checkDylan Baker111-21/+782
2020-05-11ConfigToolDependency: Don't fallback to system tool when cross compilingXavier Claessens1-1/+1
2020-05-08Allow indexed custom target to be used in executable's depends.Szabi Tolnai3-0/+42
2020-05-08rename unstable-kconfig to unstable-keyvalPaolo Bonzini11-11/+11
2020-05-06Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen1-2/+2
2020-05-04Add native support for gtest testsDylan Baker1-2/+2
2020-05-04Add regression test for libdir reset.Jussi Pakkanen2-0/+3
2020-05-03Merge pull request #7060 from dcbaker/install-script-targetsJussi Pakkanen11-8/+122
2020-05-02Merge pull request #6838 from dcbaker/link-language-in-librariesJussi Pakkanen5-0/+43
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger1-1/+1
2020-04-30Allow get_variable to still function when the fallback is a disabler.James Hilliard1-0/+28
2020-04-30Add expected stdout for failing-meson and warning-meson testsJon Turney97-10/+722
2020-04-30Skip failing tests when they won't fail in the expected wayJon Turney14-11/+60
2020-04-30interpreter: Add link_language to all build targetsDylan Baker2-0/+11
2020-04-30tests: Add common test for link_languageDylan Baker4-0/+32
2020-04-30allow postconf and dist scripts to use Files, ExternalPrograms, andDylan Baker2-1/+7
2020-04-30interpreter: Allow install_script to use additional input typesDylan Baker9-7/+115
2020-04-28tests: Skip hotdoc test if hotdoc is not installedDaniel Mensinger1-1/+4
2020-04-28tests: Add support for specifying tool requirementsDaniel Mensinger2-2/+8
2020-04-28tests: Avoid a CMake error by checking the CMake versionDaniel Mensinger2-7/+18
2020-04-28find_program: Fixes when the program has been overridden by executableXavier Claessens2-2/+8
2020-04-25wrap: Add test case for local source / patch filesDaniel Mensinger12-8/+30
2020-04-21Merge pull request #6816 from dcbaker/framework-matrixJussi Pakkanen4-17/+37
2020-04-17interpreter: Correctly ignore def files in build directoryXavier Claessens2-0/+16
2020-04-17tests: Convert sdl2 to use a matrix optionDylan Baker3-17/+22
2020-04-17tests: use a json matrix for MPIDylan Baker1-0/+15
2020-04-17cmake: Do not compile explicit header filesDaniel Mensinger10-0/+118