aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-25run_unittets: extend version tests to cover other casesDylan Baker1-12/+10
2019-04-25run_unittests: rewrite version test to not call private methodsDylan Baker1-95/+109
2019-04-23Don't use mutable types as default argumentsDylan Baker1-1/+2
2019-04-21coredata: store cross/native files in the same form they will be used (#5224)Dylan Baker1-0/+15
2019-04-19Correctly find lfortran for Elbrus compilermakise-homura1-1/+5
2019-04-18interpreter: Check the meson version before parsing optionsNirbheek Chauhan1-1/+13
2019-04-18unit tests: Skip toolset version test on VS2015 and olderNirbheek Chauhan1-0/+3
2019-04-18vs: Update toolset table for VS 2019Nirbheek Chauhan1-0/+16
2019-04-16add test case for generator dependenciesPaolo Bonzini1-0/+14
2019-04-13interpreter: Warn when environment() ops are overridenNirbheek Chauhan1-0/+11
2019-04-12Added a unit test for built-in options docsTheQwertiest1-0/+36
2019-04-08mintro: removed deprecated --target-files APIDaniel Mensinger1-34/+1
2019-04-07Merge pull request #4931 from dcbaker/pkg-config-builtinNirbheek Chauhan1-1/+11
2019-04-05dependencies/pkg-config: Add support for different cross_flagsDylan Baker1-0/+5
2019-04-05dependencies: Add command line option for pkg_config_pathDylan Baker1-1/+6
2019-04-03test_pkgconfig_formatting: OpenBSD, libintil is a separate libraryAntoine Jacoutot1-1/+1
2019-04-02mintro: Fix crash when required is a function (closes #5177)Daniel Mensinger1-1/+7
2019-04-02Merge pull request #5128 from Ericson2314/sanity-check-with-flagsJussi Pakkanen1-6/+5
2019-04-01Also format headers with Clang-Format. Closes #5184.Jussi Pakkanen1-10/+15
2019-03-27Fix test_compiler_*_stds tests after last commitJohn Ericson1-6/+5
2019-03-27Change test to reflect new semanticsJohn Ericson1-4/+6
2019-03-20Merge pull request #5083 from rossburton/crossfilesJussi Pakkanen1-2/+21
2019-03-20replace library type strings with an enumDylan Baker1-6/+6
2019-03-20Add test case for multiple cross filesRoss Burton1-0/+19
2019-03-20run_unittest: update for cross_file being a listRoss Burton1-2/+2
2019-03-14compilers: Try harder to dedup builtin libsNirbheek Chauhan1-1/+14
2019-03-13compilers: -fsanitize is not supported on OpenBSD (second pass)Antoine Jacoutot1-0/+2
2019-03-13compilers: -fsanitize is not supported on OpenBSDAntoine Jacoutot1-0/+2
2019-03-12Avoid module patching in `test_find_library_patterns`John Ericson1-13/+8
2019-03-11Add static as keyword to find_libraryNiklas Claesson1-5/+5
2019-03-11Add unit test for pkgconfig relative pathsIgnacio Casal Quinteiro1-0/+17
2019-03-11Fix unit test: test_find_library_patternsAntoine Jacoutot1-7/+5
2019-03-10Condense directory numbering for release.Jussi Pakkanen1-20/+20
2019-03-04rewriter: Fixed unit testsDaniel Mensinger1-2/+1
2019-03-04rewriter: Require '/' for the project IDDaniel Mensinger1-8/+8
2019-03-04rewriter: Abort on error by defaultDaniel Mensinger1-1/+1
2019-03-04rewriter: Quiet logging by defaultDaniel Mensinger1-1/+1
2019-03-04rewriter: Handle duplicate targetDaniel Mensinger1-0/+9
2019-03-04rewriter: Dump JSON to stderr instead of stdoutDaniel Mensinger1-31/+7
2019-03-04rewriter: Implemented a CLIDaniel Mensinger1-1/+6
2019-03-04rewriter: Make sure target sources are relativeDaniel Mensinger1-0/+11
2019-03-04rewriter: Sort source files (#5010)Daniel Mensinger1-9/+55
2019-03-03mintro: Renamed --dependencies --> --scan-dependenciesDaniel Mensinger1-1/+1
2019-03-03Added test casesDaniel Mensinger1-0/+64
2019-03-03rewriter: Handle Arithmetic nodeDaniel Mensinger1-0/+4
2019-03-02mtest: implement TAP parsingPaolo Bonzini1-0/+271
2019-03-01mintro: Add subproject_dir to --projectinfoDaniel Schulte1-1/+15
2019-03-01mintro: Add name of subproject the target is contained in to --target outputDaniel Schulte1-0/+15
2019-02-26Merge pull request #4939 from mensinda/rwDefOptsJussi Pakkanen1-0/+42
2019-02-26unit tests: Use unittest.skipUnless to simplify main()John Ericson1-17/+14