aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2021-04-04Strip host-compiler -std flag from NVCC line.Olexa Bilaniuk2-0/+24
2021-04-04Fix run_targets running scripts from different subdirs.Jussi Pakkanen2-0/+5
2021-04-04interpreter: Cache found dependency before converting for include_typeXavier Claessens6-0/+28
2021-04-04Fix Fortran dep scanner for upper case file extensions. Closes #8395.Jussi Pakkanen2-1/+2
2021-04-04interpreter: correctly track whether a subproject is initializedDylan Baker4-0/+23
2021-04-04Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk2-0/+34
2021-02-20Fix combining C and Fortran. Closes #8377.Jussi Pakkanen2-2/+18
2021-02-20Fix TAP parser when test exits with statusLuke Drummond2-1/+11
2021-02-20Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker3-0/+29
2021-02-20Disable failing Cygwin GIR test.Jussi Pakkanen5-0/+20
2021-02-20ci: Fix failure in unit tests with vs backendXavier Claessens1-2/+2
2021-02-20Do not validate options when finding non-matchingDylan Baker3-0/+20
2021-02-20Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens2-3/+34
2021-02-20Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker3-0/+40
2021-02-09backends: Fix custom_target() with configure_file() exeXavier Claessens1-1/+4
2021-02-09Condense test directory names in preparation for rc1.Jussi Pakkanen21-0/+0
2021-02-08Fix exe wrapper detection for run targets.Jussi Pakkanen1-2/+7
2021-02-07Add Qt6 moduleLuca Weiss1-1/+4
2021-02-07Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen8-0/+191
2021-02-07Make installing non-existing subdirs a supported featurePeter Hutterer2-1/+5
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen1-1/+2
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen2-0/+15
2021-02-06rust: Add a module wrapper for bindgenDylan Baker8-0/+191
2021-02-05tests/cmake: disable some tests that don't work correctly when cross compilingDylan Baker3-0/+12
2021-02-05run_target: Add env kwargXavier Claessens2-0/+15
2021-02-04Introduce `fs.read` to read a file as a stringLuke Drummond5-0/+26
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini1-1/+2
2021-02-01tests/common: fix " 37 has function" test on musl systems.Érico Rolim1-12/+21
2021-01-30Fix executable as script on WindowsXavier Claessens4-2/+32
2021-01-29Can read project version from a file.Jussi Pakkanen2-1/+2
2021-01-27intepreter: Allow using file objects for the script_name of add_*_scriptDylan Baker3-0/+9
2021-01-27custom_target: Add env kwargXavier Claessens2-0/+2
2021-01-25Merge pull request #8236 from dcbaker/submit/rust-fix-generated-sources-in-su...Jussi Pakkanen4-3/+30
2021-01-23Merge pull request #8226 from jonaslb/fortranstaticJussi Pakkanen6-0/+74
2021-01-21tests/rust: Add a generated library to generated main testDylan Baker4-1/+19
2021-01-21tests/rust: Add subdir to generated sources testDylan Baker2-2/+11
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini1-0/+5
2021-01-21Add fortran test with an install:yes static libraryJonas Lundholm Bertelsen6-0/+74
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow6-0/+44
2021-01-19rust: Accept generated sources for main.rsDylan Baker2-0/+32
2021-01-14Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen1-1/+1
2021-01-13build/interpreter: Split InstallDir to fix layering violationDylan Baker1-1/+1
2021-01-13Fix misspellsAntonin Décimo1-2/+2
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott4-2/+29
2021-01-12Interpreter: Fix nested subsubproject detectionXavier Claessens6-3/+13
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger4-1/+12
2021-01-05modules: Add an unstable-rust moduleDylan Baker2-0/+22
2021-01-05mtest: Add support for rust unit testsDylan Baker2-0/+56
2021-01-04unit:cpp17: make C++17 test stricter checkMichael Hirsch1-5/+27
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger6-0/+49