aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2017-11-26spelling: overriddenJosh Soref1-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
2017-08-13unit tests: Select test cases inside run_unittests.pyNirbheek Chauhan1-2/+11
2017-08-02Print deprecation warnings on old style commands.Jussi Pakkanen1-2/+2
2017-07-24Ensure same compiler flags are used for compiling PCH as normal sourcesGabrĂ­el ArthĂșr PĂ©tursson1-0/+7
2017-07-23find_library: Ignore libs on MSVC properlyNirbheek Chauhan1-0/+17
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-0/+11
2017-07-20Add a mesonintrospect --dependencies testMartin Ejdestig1-0/+22
2017-07-17unittests: Don't pass /nologo to `cl` during detectionNirbheek Chauhan1-1/+1
2017-07-17unittests: Check value of cc.is_64 with MSVCNirbheek Chauhan1-0/+9
2017-07-17unittests: Ensure that the compiler version is not blankNirbheek Chauhan1-0/+4
2017-06-23Split out languages from compilers.pyAlistair Thomas1-1/+1
2017-06-22Split linkers out from compilers.pyAlistair Thomas1-3/+3
2017-06-21Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen1-10/+36
2017-06-18Handle both pkg-config and pkgconf argument order. Closes #1934.Jussi Pakkanen1-8/+14
2017-06-18Merge pull request #1951 from mesonbuild/dedupfixJussi Pakkanen1-0/+9
2017-06-18Preserve standalone -D arguments always.Jussi Pakkanen1-3/+4
2017-06-17Failing test for -D dedupping.Jussi Pakkanen1-0/+8
2017-06-17Use the Windows proof dir deleter consistently.Jussi Pakkanen1-5/+5
2017-06-13Add test for Mercurial dist'ing.Elliott Sales de Andrade1-10/+36
2017-06-12tests/unit/8: Rename to 9 and add -l flagsNirbheek Chauhan1-2/+5
2017-06-12Created unit test to ensure linker arguments from consecutive dependencies ar...Jussi Pakkanen1-0/+16
2017-06-12Preserve -L -l pairings fetched from external depsNirbheek Chauhan1-0/+10