aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-06Allow passing a compiler object to run_command()Evgenii Shatokhin1-0/+8
2018-03-06Verify that snippets conform to expected format.Jussi Pakkanen1-1/+15
2018-03-06Merge pull request #3165 from jon-turney/run-unittestsJussi Pakkanen1-8/+31
2018-03-06Generate meson.build based on existing source files when meson init is run in...Jukka Laurila1-0/+3
2018-03-05Enable linux-like unit tests on all posix-like platformsJon Turney1-3/+29
2018-03-04Invoke 'qmake --version' correctly in test_qt5dependency_qmake_detectionJon Turney1-5/+2
2018-03-05Merge pull request #3171 from jon-turney/flake8Jussi Pakkanen1-6/+4
2018-03-04Skip test that requires mocking when using an external exe. Also logging.Jussi Pakkanen1-1/+10
2018-03-03Fix flake8 'variable assigned value but unused' reportsJon Turney1-2/+2
2018-03-03Fix various flake8 indentation reportsJon Turney1-2/+2
2018-03-03Fix various flake8 whitespace reportsJon Turney1-1/+0
2018-03-03Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2018-02-25Add some test setup selection tests.Hemmo Nieminen1-0/+25
2018-02-21Enable searching system crossfile locations on more platformsJon Turney1-44/+47
2018-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan1-1/+5
2018-02-20gnome: Fix depend_files listing for compile_resourcesNirbheek Chauhan1-1/+20
2018-02-20vala: Fix path of C file with generated Vala filesNirbheek Chauhan1-4/+24
2018-02-15Only expose exception() test function during unit testsJon Turney1-0/+1
2018-02-15Add a test case for python exception exit statusJon Turney1-0/+10
2018-01-30Report warning/error locations in a format IDEs may already know how to parseJon Turney1-7/+7
2018-01-19pkgconfig: Also ignore not found deps passed directly to pc generatorXavier Claessens1-2/+8
2018-01-19run_unittests.py: Support building multiple projects in a single testXavier Claessens1-12/+19
2018-01-19Add external dependencies to pc files only if found. Closes #2911.Jussi Pakkanen1-0/+7
2018-01-19Renamed test dir to avoid duplicated numbers.Jussi Pakkanen1-1/+1
2018-01-06tests: fix rpath_uses_ORIGIN on dragonflybsdDylan Baker1-4/+18
2018-01-04Bump minimum supported Python from 3.4 to 3.5.Jussi Pakkanen1-20/+0
2018-01-03Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen1-4/+10
2018-01-02Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen1-0/+23
2018-01-01Use location formatting in mlog.warning() for invalid kwarg warningJon Turney1-0/+1
2018-01-01Wire up locations in a couple more warningsJon Turney1-4/+9
2018-01-01Merged init branch.Jussi Pakkanen1-1/+15
2018-01-01Merge pull request #2852 from jon-turney/warning-locationJussi Pakkanen1-0/+8
2017-12-31Add unit test that checks that the sample projects compile.Jussi Pakkanen1-1/+14
2018-01-01intrp: Consolidate subproject dep checking and loggingNirbheek Chauhan1-0/+23
2017-12-31Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen1-0/+30
2017-12-30Append warning location to warning output by warning()Jon Turney1-0/+2
2017-12-30Add a test case for location in duplicate kwarg warningJon Turney1-0/+6
2017-12-30compilers: Fix error when objc/objc++ compilers are not foundNirbheek Chauhan1-2/+17
2017-12-26Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen1-0/+25
2017-12-26Merge pull request #2817 from jon-turney/masterJussi Pakkanen1-0/+39
2017-12-26unit tests: Test that relative install_rpath works correctlyNirbheek Chauhan1-0/+7
2017-12-21Add a test of prefix-dependent defaults for project(default_options:)Jon Turney1-0/+39
2017-12-20pkgconfig: Move pc file checks to run_unittests.pyXavier Claessens1-0/+30
2017-12-19Warn on unknown command line argumentsDylan Baker1-0/+19
2017-12-17Also promote wrap files.Jussi Pakkanen1-0/+4
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen1-0/+21
2017-12-15Use consistent mlog formatting with the ConfigTool dependency helpersDylan Baker1-1/+1
2017-12-09dependencies: Don't use NotImplementedError for invalid methodsNirbheek Chauhan1-0/+16
2017-12-07Fix `array` type nameEric Engestrom1-2/+2
2017-12-06Add C++17 flags to GCC and Clang.Jussi Pakkanen1-1/+3