summaryrefslogtreecommitdiff
path: root/run_project_tests.py
Commit message (Expand)AuthorAgeFilesLines
* use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D2019-11-171-2/+7
* run_project_tests: Added print_tool_versions()Daniel Mensinger2019-10-201-0/+33
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-1/+1
* Add blocks dependencyPatrick Griffis2019-09-231-0/+4
* PGI: windows PGI is sort of MSVC-likeMichael Hirsch, Ph.D2019-09-051-1/+2
* tests: add wasm to run_project_tests --onlyDylan Baker2019-08-121-0/+1
* Condense test directory names.Jussi Pakkanen2019-08-031-1/+1
* fortran tests: non-gfortran compilers on Windows are best static libsMichael Hirsch, Ph.D2019-07-301-29/+22
* run_tests: ifort / intel-cl must have ninja backendMichael Hirsch, Ph.D2019-07-301-5/+3
* actually failfast, was not failing fast beforeMichael Hirsch, Ph.D2019-07-301-2/+2
* cmake: added test case for environment variablesDaniel Mensinger2019-07-231-1/+11
* pythonic file checksMichael Hirsch, Ph.D2019-07-111-19/+15
* Use pytest parallelisation if available.Jussi Pakkanen2019-07-091-0/+2
* Add command line argument to skip unit tests.Jussi Pakkanen2019-07-091-0/+2
* correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D2019-06-241-1/+7
* only --only option to run_project_tests, add type hints, improve variable nam...Michael Hirsch, Ph.D2019-06-231-10/+28
* windows project_test speedup by 2Michael Hirsch, Ph.D2019-06-231-1/+2
* Do not check for DOS line endings in log files.Jussi Pakkanen2019-06-221-0/+2
* Detect broken Rust compiler setups.Jussi Pakkanen2019-06-221-1/+29
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-6/+6
* Use `env.machines.*` to avoid some `is_cross`John Ericson2019-06-091-12/+12
* cmake: disable the CMake tests for msvc2015Daniel Mensinger2019-06-061-1/+1
* cmake: better loggingDaniel Mensinger2019-06-061-0/+10
* cmake: fixed installed_files.txtDaniel Mensinger2019-06-061-0/+5
* cmake: Added project testsDaniel Mensinger2019-06-061-0/+1
* Update to new ccache URLJoel Rosdahl2019-05-271-1/+1
* compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker2019-05-131-1/+1
* Better detection of tab indentation.Jussi Pakkanen2019-05-091-2/+3
* Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen2019-05-021-2/+2
|\
| * Fix unused variables warningsDaniel Mensinger2019-04-291-1/+1
| * Fix blind exceptionsDaniel Mensinger2019-04-291-1/+1
* | per-target manual specification of link_languageMichael Hirsch, Ph.D2019-05-021-0/+4
|/
* Don't always skip objc/objc++ tests on WindowsJon Turney2019-04-151-2/+2
* Report detected compilers in run_project_testsJon Turney2019-04-151-5/+18
* d: Fix linker errors with shared libraries on WindowsAri Vuollet2019-04-031-1/+1
* Always initialize compiler_options before sanity_checkJohn Ericson2019-03-271-0/+2
* Merge pull request #5031 from bonzini/kconfigJussi Pakkanen2019-03-201-0/+1
|\
| * [modules] Add kconfig moduleMark Schulte2019-03-151-0/+1
* | interpreterbase: protect string division with FeatureNewPaolo Bonzini2019-03-181-1/+7
|/
* tests: disable Dlang tests on windowsDylan Baker2019-03-131-1/+1
* add NetCDFMichael Hirsch, Ph.D2019-02-281-0/+4
* Disable D tests if dmd install is broken.Jussi Pakkanen2019-02-261-0/+8
* run_project_tests: add support for loading cross filesDylan Baker2019-02-041-0/+3
* run_project_tests: Add support for loading a native file in testsDylan Baker2019-02-041-0/+3
* project tests: qt is available on the macOS CINirbheek Chauhan2019-02-011-0/+4
* More tests and pic.Jussi Pakkanen2019-01-211-0/+1
* tests: Add tests for the python moduleDylan Baker2018-12-121-0/+1
* Deal with clang-cl generating empty implibsJon Turney2018-11-061-12/+17
* Extend test to when both name_{suf,pre}fix: are usedJon Turney2018-11-061-0/+3
* Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney2018-11-061-1/+34