aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2016-08-27Allow creation of tree structured menus.Jussi Pakkanen1-0/+4
2016-08-27Add a new compiler object method: has_members (#723)Nirbheek Chauhan1-2/+10
2016-08-27Merge pull request #696 from mesonbuild/depfileJussi Pakkanen5-5/+57
2016-08-26Allow capturing command output of a custom target.Elliott Sales de Andrade4-0/+31
2016-08-21tests: Don't fail wxwidgets test if wxwidgets is not installed (#639)Nirbheek Chauhan1-4/+5
2016-08-21Merge pull request #680 from centricular/osx-dylib-soversionJussi Pakkanen3-7/+34
2016-08-21Split D library test into static/shared testsMatthias Klumpp22-19/+83
2016-08-21Add depfile support to generators.Jussi Pakkanen2-5/+35
2016-08-20Add support for dependency files in custom targets.Jussi Pakkanen3-0/+22
2016-08-20Allow build definitions to retrieve the unittest flag of a D compilerMatthias Klumpp3-0/+43
2016-08-19Add testcase for mixed C and D compilationMatthias Klumpp4-0/+39
2016-08-19Implement D supportMatthias Klumpp8-0/+56
2016-08-16Add a test to find libfoo.X.dylib via -lfooNirbheek Chauhan3-7/+34
2016-08-01test common/86: Move static library back (#662)Nirbheek Chauhan2-5/+3
2016-08-01Forbid nested ternary operations.Jussi Pakkanen1-0/+3
2016-08-01Created ternary operator. Closes #538.Jussi Pakkanen1-0/+7
2016-07-30Merge pull request #660 from mesonbuild/libdirfixJussi Pakkanen2-2/+2
2016-07-30Merge pull request #659 from centricular/find-program-scripts-windowsJussi Pakkanen2-0/+7
2016-07-30Add test for the new find program workaround for WindowsNirbheek Chauhan2-0/+7
2016-07-29Ninja now supports backslash in command args, so we can tooNirbheek Chauhan8-13/+86
2016-07-27Test that the 'libdir' project() option worksNirbheek Chauhan2-2/+2
2016-07-25Added test for a prebuilt static library and a declare_dependency that uses it.Jussi Pakkanen8-0/+23
2016-07-19Normalize the path of a configured file to avoid dupes (#640)Nirbheek Chauhan3-0/+11
2016-07-13Merge pull request #417 from nirbheek/dll-pathsJussi Pakkanen47-43/+207
2016-07-13test 60 install script: Don't install any files when using msvcNirbheek Chauhan1-1/+1
2016-07-02Can get arbitrary data from cross file properties.Jussi Pakkanen1-0/+3
2016-07-01Use new run_target format.Jussi Pakkanen1-3/+6
2016-07-01Add test for usage of generated File sources in librariesNirbheek Chauhan2-0/+10
2016-07-01Add test for configure_file in custom target command listNirbheek Chauhan1-0/+16
2016-07-01Add test for installation of libraries in subprojectsNirbheek Chauhan5-0/+45
2016-07-01Fix tests for the new library/executable naming schemeNirbheek Chauhan40-42/+135
2016-06-24Changed run_target to take command as kwarg and add depends. This makes it be...Jussi Pakkanen3-0/+39
2016-06-24Run_target can run binaries obtained with find_program.Jussi Pakkanen1-0/+3
2016-06-21Add a test for the broken cached version compareNirbheek Chauhan1-0/+4
2016-06-21Add a linuxlike test case for subdir include orderNirbheek Chauhan3-0/+20
2016-06-16Octopus merged cross fixes and genetor custom because why not.Jussi Pakkanen6-0/+50
2016-06-16tests: Fix 103 manygen when both cl and gcc are availableNirbheek Chauhan1-6/+9
2016-06-13Finish appveyor integration by moving static library in a subdir to avoid cla...Jussi Pakkanen2-1/+6
2016-06-13Can use generator outputs in custom targets. Closes #587.Jussi Pakkanen3-7/+7
2016-06-13Created failing test for using generated outputs in a custom target.Jussi Pakkanen6-0/+50
2016-06-11Add special casing for VS which ignores unknown arguments.Jussi Pakkanen1-1/+12
2016-06-09Added functionality to pick the first supported argument from a list. Closes ...Jussi Pakkanen1-2/+12
2016-06-09Add a has_arg method to compiler to check whether it supports a given argument.Jussi Pakkanen1-0/+14
2016-06-05Removed vs nomod test because it fails at compile time but the framework need...Jussi Pakkanen4-22/+0
2016-06-05Merge pull request #573 from centricular/dependency-versionsJussi Pakkanen7-0/+53
2016-06-01Can generate config headers without an input file. Closes #549.Jussi Pakkanen2-0/+48
2016-06-01Add various tests for versioned dependency checkingNirbheek Chauhan7-0/+53
2016-05-30Handle case of install_subdirring a subdir.Jussi Pakkanen3-0/+3
2016-05-30Installing subdirs now merges with existing files in the target dir.Jussi Pakkanen3-0/+3
2016-05-30Added method to get current project name.Jussi Pakkanen2-0/+4