summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2016-08-21tests: Don't fail wxwidgets test if wxwidgets is not installed (#639)Nirbheek Chauhan
2016-08-21Merge pull request #680 from centricular/osx-dylib-soversionJussi Pakkanen
2016-08-21Split D library test into static/shared testsMatthias Klumpp
2016-08-20Allow build definitions to retrieve the unittest flag of a D compilerMatthias Klumpp
2016-08-19Add testcase for mixed C and D compilationMatthias Klumpp
2016-08-19Implement D supportMatthias Klumpp
2016-08-16Add a test to find libfoo.X.dylib via -lfooNirbheek Chauhan
2016-08-01test common/86: Move static library back (#662)Nirbheek Chauhan
2016-08-01Forbid nested ternary operations.Jussi Pakkanen
2016-08-01Created ternary operator. Closes #538.Jussi Pakkanen
2016-07-30Merge pull request #660 from mesonbuild/libdirfixJussi Pakkanen
2016-07-30Merge pull request #659 from centricular/find-program-scripts-windowsJussi Pakkanen
2016-07-30Add test for the new find program workaround for WindowsNirbheek Chauhan
2016-07-29Ninja now supports backslash in command args, so we can tooNirbheek Chauhan
2016-07-27Test that the 'libdir' project() option worksNirbheek Chauhan
2016-07-25Added test for a prebuilt static library and a declare_dependency that uses it.Jussi Pakkanen
2016-07-19Normalize the path of a configured file to avoid dupes (#640)Nirbheek Chauhan
2016-07-13Merge pull request #417 from nirbheek/dll-pathsJussi Pakkanen
2016-07-13test 60 install script: Don't install any files when using msvcNirbheek Chauhan
2016-07-02Can get arbitrary data from cross file properties.Jussi Pakkanen
2016-07-01Use new run_target format.Jussi Pakkanen
2016-07-01Add test for usage of generated File sources in librariesNirbheek Chauhan
2016-07-01Add test for configure_file in custom target command listNirbheek Chauhan
2016-07-01Add test for installation of libraries in subprojectsNirbheek Chauhan
2016-07-01Fix tests for the new library/executable naming schemeNirbheek Chauhan
2016-06-24Changed run_target to take command as kwarg and add depends. This makes it be...Jussi Pakkanen
2016-06-24Run_target can run binaries obtained with find_program.Jussi Pakkanen
2016-06-21Add a test for the broken cached version compareNirbheek Chauhan
2016-06-21Add a linuxlike test case for subdir include orderNirbheek Chauhan
2016-06-16Octopus merged cross fixes and genetor custom because why not.Jussi Pakkanen
2016-06-16tests: Fix 103 manygen when both cl and gcc are availableNirbheek Chauhan
2016-06-13Finish appveyor integration by moving static library in a subdir to avoid cla...Jussi Pakkanen
2016-06-13Can use generator outputs in custom targets. Closes #587.Jussi Pakkanen
2016-06-13Created failing test for using generated outputs in a custom target.Jussi Pakkanen
2016-06-11Add special casing for VS which ignores unknown arguments.Jussi Pakkanen
2016-06-09Added functionality to pick the first supported argument from a list. Closes ...Jussi Pakkanen
2016-06-09Add a has_arg method to compiler to check whether it supports a given argument.Jussi Pakkanen
2016-06-05Removed vs nomod test because it fails at compile time but the framework need...Jussi Pakkanen
2016-06-05Merge pull request #573 from centricular/dependency-versionsJussi Pakkanen
2016-06-01Can generate config headers without an input file. Closes #549.Jussi Pakkanen
2016-06-01Add various tests for versioned dependency checkingNirbheek Chauhan
2016-05-30Handle case of install_subdirring a subdir.Jussi Pakkanen
2016-05-30Installing subdirs now merges with existing files in the target dir.Jussi Pakkanen
2016-05-30Added method to get current project name.Jussi Pakkanen
2016-05-30Fix installing manpages from subdirs.Jussi Pakkanen
2016-05-29Can have multiple Qt resource files in a single target. Closes #572.Jussi Pakkanen
2016-05-29Can query version strings of dependencies.Jussi Pakkanen
2016-05-29Added semantic versioning comparison method to strings.Jussi Pakkanen
2016-05-26vs: fix generators that use indexed output replacements (like @OUTPUT0@)Nicolas Schneider
2016-05-26compilers: Fix header stub change that broke has_function checks on Windows (...Nirbheek Chauhan