aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-10tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan1-0/+13
2017-06-10tests: Increase dependencies coverage a bit moreNirbheek Chauhan1-5/+61
2017-06-09tests: Improve llvm dependency test coverageNirbheek Chauhan1-0/+4
2017-06-09unit tests: Add class to generate failing testsNirbheek Chauhan1-11/+72
2017-06-08Do not use context managers. Because Windows.Jussi Pakkanen1-9/+16
2017-06-07Merged needs_exe_wrapper branch.Jussi Pakkanen1-0/+30
2017-06-05unit tests: Skip tests if no readelf foundNirbheek Chauhan1-2/+6
2017-06-05unit tests: Also check RUNPATH when fetching RPATHNirbheek Chauhan1-2/+2
2017-06-05Use absolute RPATHs while linking due to a binutils bugNirbheek Chauhan1-0/+22
2017-06-05unit tests: Use only implementation of get_sonameNirbheek Chauhan1-18/+13
2017-06-02ninja: Use shlex.quote for quoting on non-WindowsNirbheek Chauhan1-8/+8