aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-06Silence git stdout messages.Jussi Pakkanen1-3/+5
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen1-2/+2
2017-12-03Merge pull request #2703 from mesonbuild/msvc-library-search-fixesJussi Pakkanen1-17/+27
2017-12-03Merged array option branch.Jussi Pakkanen1-0/+19
2017-12-03String arguments can permit arbitrary string valuesJussi Pakkanen1-0/+19
2017-12-03unit tests: Skip coverage properly with clangNirbheek Chauhan1-2/+3
2017-12-03unit tests: Fix test_compiler_detection on MinGWNirbheek Chauhan1-4/+5
2017-12-03tests: Fix static library linking on MSYS2-MinGWNirbheek Chauhan1-8/+14
2017-12-03unit tests: Remove all instances of FakeEnvironmentNirbheek Chauhan1-3/+5
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen1-3/+6
2017-12-02Merge pull request #2390 from dcbaker/submit/options-listJussi Pakkanen1-1/+47
2017-12-01dependencies: Fix pkg-config variable definitionIñigo Martínez1-2/+2
2017-11-30cross: Implement support for loading cross files from system pathsDylan Baker1-0/+46
2017-11-29Add new array type optionDylan Baker1-0/+47
2017-11-29run_unittests.py: remove newline at top of fileDylan Baker1-1/+0
2017-11-28Merge pull request #2512 from dcbaker/wip/config-tool-variablesJussi Pakkanen1-1/+1
2017-11-26Fix rpath tests on Linux.Jussi Pakkanen1-4/+6
2017-11-26spelling: overriddenJosh Soref1-1/+1
2017-11-23Make WxDependency a ConfigToolDependencyDylan Baker1-1/+1
2017-11-20Make the full test suite runnable with an external command.Jussi Pakkanen1-1/+4
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen1-9/+10
2017-11-20Tests can be run with an external Meson command.Jussi Pakkanen1-4/+5
2017-11-15Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen1-44/+125
2017-11-14unit tests: Teach detect_prebuild_env about CygwinJon Turney1-0/+3
2017-11-11unit tests: Attempt to fix failure on CygwinNirbheek Chauhan1-0/+4
2017-11-11unit tests: Properly skip if pkg-config wasn't foundNirbheek Chauhan1-0/+4
2017-11-11pkgconfig module: Escape all paths while generatingNirbheek Chauhan1-6/+28
2017-11-11dependencies: Add a test for static libs with pkg-configNirbheek Chauhan1-39/+87
2017-10-28Add unittest of prefix dependent default directoriesJon Turney1-1/+48
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen1-0/+94
2017-10-01Use listify and extract_as_list everywhereNirbheek Chauhan1-1/+44
2017-10-01Fix tests on OSX.Jussi Pakkanen1-1/+3
2017-10-01Fix MSVC builds.Jussi Pakkanen1-1/+7
2017-09-30Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen1-6/+33
2017-09-30Moved prebuilt static library under unit tests.Jussi Pakkanen1-1/+23
2017-09-30Moved prebuilt object test under unittests.Jussi Pakkanen1-0/+37
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-1/+1
2017-09-15Add test for get_option(b_xxx) on reconfigure.Hristo Venev1-0/+5
2017-09-11Add a test for the custom target incdirs changeNirbheek Chauhan1-1/+3
2017-09-06Merge pull request #2236 from trhd/envJussi Pakkanen1-0/+2
2017-09-04Permit overriding find_program from the cross file.Jussi Pakkanen1-0/+22
2017-09-01Add a regression test for test suites.Hemmo Nieminen1-0/+2
2017-08-20Fix coverage target breakage and add a test for it.Jussi Pakkanen1-0/+13
2017-08-20Remove PHONY because Windows and OSX file systems are crap. Closes #2199.Jussi Pakkanen1-0/+3
2017-08-15Add a test for dirs with reserved target namesNirbheek Chauhan1-0/+13
2017-08-15run_unittests: Add a helper for asserting path existenceNirbheek Chauhan1-17/+25
2017-08-14Use "meson test" in test invocations so it will not print the deprecation war...Jussi Pakkanen1-1/+1