summaryrefslogtreecommitdiff
path: root/run_unittests.py
Commit message (Expand)AuthorAgeFilesLines
* Add unit test.Jussi Pakkanen2020-12-131-0/+10
* unit tests: correctly skip c++20 checks if the compiler doesn't supportDylan Baker2020-12-111-3/+12
* Add prelinking support for static libraries.Jussi Pakkanen2020-12-031-0/+26
* Merge pull request #7982 from dcbaker/submit/unittest-fixupsJussi Pakkanen2020-11-241-74/+55
|\
| * unittests: ignore nix rpathsDylan Baker2020-11-181-5/+12
| * unittests: Simplify and make test_templates more reliableDylan Baker2020-11-161-46/+8
| * run_unittests: correctly handle users setting init.defaultBranchDylan Baker2020-11-161-2/+18
| * run_unittests: Don't assume things are in /usr/binDylan Baker2020-11-161-21/+17
* | use real pathlib moduleDylan Baker2020-11-201-1/+1
* | run_unittests: delete test for external syntax highlightingDylan Baker2020-11-201-46/+0
* | stabilize sets that are converted to listsPaolo Bonzini2020-11-151-1/+1
|/
* environment: Fix detection of rust compilers, moreDylan Baker2020-11-131-1/+2
* run_unittests: use textwrap.dedentDylan Baker2020-11-131-23/+28
* Merge pull request #7965 from dcbaker/wip/2020-11/macos-github-actionsJussi Pakkanen2020-11-121-0/+6
|\
| * actions: Add unittests for macosDylan Baker2020-11-111-0/+1
| * unittests: Don't try to set alternative linkers for apple-clangDylan Baker2020-11-101-0/+5
* | dependencies: Put pkgconfig options before operandsHaelwenn (lanodan) Monnier2020-11-121-3/+3
|/
* Condense test directory names again.Jussi Pakkanen2020-11-031-74/+74
* interpreter: store correct files for project regenerationDylan Baker2020-11-011-0/+14
* Remove a status message that leaks to stdout.Jussi Pakkanen2020-10-191-1/+3
* In text, betterer grammer usings.Jussi Pakkanen2020-10-191-1/+1
* Add delays to test for timestamp issues on mac.Jussi Pakkanen2020-10-191-0/+12
* pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens2020-10-171-1/+2
* Subprojects should not inherit parent overrideXavier Claessens2020-10-161-5/+2
* Machine file pkg_config_path overrides environmentXavier Claessens2020-10-161-7/+7
* Fix consistency in variables kwargXavier Claessens2020-10-161-0/+1
* intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger2020-10-151-14/+35
* wrap: Add 'redirect' type and use it when auto promoteXavier Claessens2020-10-131-0/+48
* Merge wraps from subprojects into wraps from main projectXavier Claessens2020-10-131-4/+14
* cmake: Add cross compilation supportDaniel Mensinger2020-10-131-0/+1
* msubprojects: Handle wrap-file to wrap-git caseXavier Claessens2020-10-131-0/+14
* options: Handle updates to choices in optionsDylan Baker2020-10-051-0/+40
* Never run clang-format / clang-tidy against directoriesBernd Busse2020-10-051-0/+2
* machinefiles: Allow keys to be stored case insensitiveDylan Baker2020-10-051-1/+3
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* compilers: make get_optimization_args abstractDylan Baker2020-10-011-3/+3
* compilers/mixins/clike: fix mypy issuesDylan Baker2020-09-241-1/+1
* compilers/compilers: Fully type annotateDylan Baker2020-09-241-1/+1
* msubprojects: Fix unit tests on WindowsXavier Claessens2020-09-181-4/+4
* msubprojects: Revert back to rev-parse instead of --show-currentXavier Claessens2020-09-181-12/+23
* msubprojects: Stop trying to guess subproject typeXavier Claessens2020-09-181-3/+5
* msubprojects: Add basic unit testsXavier Claessens2020-09-181-2/+165
* unittests: mock os.environ before mucking with itDylan Baker2020-09-171-1/+4
* tests: Make monkey patching smarterDylan Baker2020-09-171-15/+2
* linkers: fully type annotate and fix mypy issuesDylan Baker2020-09-161-2/+2
* InternalDependency: Add as_link_whole() methodXavier Claessens2020-09-141-0/+10
* unit tests: Print total time taken for running testsNirbheek Chauhan2020-09-111-2/+6
* unit tests: Don't use pytest when running single testsNirbheek Chauhan2020-09-111-10/+31
* Split tests out from 'common' which require a native compilerJon Turney2020-09-101-1/+1
* Add a test of add_languages(native:) introspectionJon Turney2020-09-091-0/+8