summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen
2017-10-01Use listify and extract_as_list everywhereNirbheek Chauhan
2017-10-01Fix tests on OSX.Jussi Pakkanen
2017-10-01Fix MSVC builds.Jussi Pakkanen
2017-09-30Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen
2017-09-30Moved prebuilt static library under unit tests.Jussi Pakkanen
2017-09-30Moved prebuilt object test under unittests.Jussi Pakkanen
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker
2017-09-15Add test for get_option(b_xxx) on reconfigure.Hristo Venev
2017-09-11Add a test for the custom target incdirs changeNirbheek Chauhan
2017-09-06Merge pull request #2236 from trhd/envJussi Pakkanen
2017-09-04Permit overriding find_program from the cross file.Jussi Pakkanen
2017-09-01Add a regression test for test suites.Hemmo Nieminen
2017-08-20Fix coverage target breakage and add a test for it.Jussi Pakkanen
2017-08-20Remove PHONY because Windows and OSX file systems are crap. Closes #2199.Jussi Pakkanen
2017-08-15Add a test for dirs with reserved target namesNirbheek Chauhan
2017-08-15run_unittests: Add a helper for asserting path existenceNirbheek Chauhan
2017-08-14Use "meson test" in test invocations so it will not print the deprecation war...Jussi Pakkanen
2017-08-13unit tests: Select test cases inside run_unittests.pyNirbheek Chauhan
2017-08-02Print deprecation warnings on old style commands.Jussi Pakkanen
2017-07-24Ensure same compiler flags are used for compiling PCH as normal sourcesGabríel Arthúr Pétursson
2017-07-23find_library: Ignore libs on MSVC properlyNirbheek Chauhan
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen
2017-07-20Add a mesonintrospect --dependencies testMartin Ejdestig
2017-07-17unittests: Don't pass /nologo to `cl` during detectionNirbheek Chauhan
2017-07-17unittests: Check value of cc.is_64 with MSVCNirbheek Chauhan
2017-07-17unittests: Ensure that the compiler version is not blankNirbheek Chauhan
2017-06-23Split out languages from compilers.pyAlistair Thomas
2017-06-22Split linkers out from compilers.pyAlistair Thomas
2017-06-21Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen
2017-06-18Handle both pkg-config and pkgconf argument order. Closes #1934.Jussi Pakkanen
2017-06-18Merge pull request #1951 from mesonbuild/dedupfixJussi Pakkanen
2017-06-18Preserve standalone -D arguments always.Jussi Pakkanen
2017-06-17Failing test for -D dedupping.Jussi Pakkanen
2017-06-17Use the Windows proof dir deleter consistently.Jussi Pakkanen
2017-06-13Add test for Mercurial dist'ing.Elliott Sales de Andrade
2017-06-12tests/unit/8: Rename to 9 and add -l flagsNirbheek Chauhan
2017-06-12Created unit test to ensure linker arguments from consecutive dependencies ar...Jussi Pakkanen
2017-06-12Preserve -L -l pairings fetched from external depsNirbheek Chauhan
2017-06-10tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan
2017-06-10tests: Increase dependencies coverage a bit moreNirbheek Chauhan
2017-06-09tests: Improve llvm dependency test coverageNirbheek Chauhan
2017-06-09unit tests: Add class to generate failing testsNirbheek Chauhan
2017-06-08Do not use context managers. Because Windows.Jussi Pakkanen
2017-06-07Merged needs_exe_wrapper branch.Jussi Pakkanen
2017-06-05unit tests: Skip tests if no readelf foundNirbheek Chauhan
2017-06-05unit tests: Also check RUNPATH when fetching RPATHNirbheek Chauhan
2017-06-05Use absolute RPATHs while linking due to a binutils bugNirbheek Chauhan
2017-06-05unit tests: Use only implementation of get_sonameNirbheek Chauhan
2017-06-02ninja: Use shlex.quote for quoting on non-WindowsNirbheek Chauhan