aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2015-07-21Added a extract_all_objects method to make recombining targets easier. Fixes ...Jussi Pakkanen7-0/+45
2015-07-12Added test for declare_dependency.Jussi Pakkanen6-0/+40
2015-07-05Give top level targets unique private directories even if they share a basena...Jussi Pakkanen4-8/+17
2015-07-05Can create top level targets that have the same name but different type.Jussi Pakkanen9-0/+37
2015-07-02vala: add support for --target-glibIgor Gnatenko2-0/+47
2015-06-17Fixed broken subdir object extraction and moved tests.Jussi Pakkanen11-0/+0
2015-06-17Prevent extraction of objects from subprojects.Jussi Pakkanen7-0/+19
2015-06-15Now can create internal dependencies to simplify subproject usage.Jussi Pakkanen8-0/+50
2015-06-14Can use both main and nomain gtest in same project. Fixes #149.Jussi Pakkanen2-0/+18
2015-06-10Add a test for object extraction from subprojects.Hemmo Nieminen4-0/+20
2015-06-06Created a build_target function to set build target type dynamically.Jussi Pakkanen1-1/+2
2015-05-21Make extract_objects work with subdirectories.Jussi Pakkanen2-3/+7
2015-05-21add has_type methodIgor Gnatenko1-0/+11
2015-05-17tests: add negative test against #117Igor Gnatenko3-0/+19
2015-05-15Allow user to specify subproject directory in project definitionAfief Halumi6-0/+41
2015-05-09Handle then unary negation operator.Jussi Pakkanen1-1/+1
2015-05-09Fix cross compilation tests.Jussi Pakkanen2-9/+11
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen1-4/+5
2015-05-02Renamed file function to files and made it take multiple arguments.Jussi Pakkanen3-6/+6
2015-04-22Made file object testing a bit more thorough.Jussi Pakkanen9-3/+64
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen2-0/+10
2015-04-09Fix subproject again.Jussi Pakkanen1-0/+3
2015-04-09Add a second "shared subproject" test.Hemmo Nieminen6-0/+41
2015-04-09Fix a typo in test "79 shared subproject".Hemmo Nieminen1-1/+1
2015-04-08Fix use of shared subprojects.Jussi Pakkanen4-9/+25
2015-04-08Add a test case for a "shared subproject".Hemmo Nieminen5-0/+25
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen2-9/+12
2015-04-02Can specify explicit dependencies for custom targets.Jussi Pakkanen4-0/+40
2015-04-02Accept source files in extract_objects() (also) as a list.Hemmo Nieminen1-3/+8
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen1-2/+6
2015-03-27Add this thing I forgot.Jussi Pakkanen2-0/+12
2015-03-26Shameful hack to get configure files working with custom targets. Needs to be...Jussi Pakkanen5-0/+23
2015-03-26modules/gnome: add export_packages kwarg to g-ir-scannerIgor Gnatenko1-0/+1
2015-03-26modules/gnome: add symbol_prefix kwarg to g-ir-scannerIgor Gnatenko1-0/+1
2015-03-26Yo dawg, can embed quoted single quotes inside quotes.Jussi Pakkanen1-0/+16
2015-03-24modules/gnome: inherit global cflags to g-ir-scanner. Closes #74Igor Gnatenko2-0/+5
2015-03-24Merge pull request #72 from ignatenkobrain/wip/gnomejpakkane1-0/+1
2015-03-23Add should_fail kwarg to test to indicate tests that should fail.Jussi Pakkanen2-0/+7
2015-03-23modules/gnome: add support for multiple include for Gir. Closes #69Igor Gnatenko1-0/+1
2015-03-23modules/gnome: install Gir also and auto-detect it's dirIgor Gnatenko1-0/+1
2015-03-23modules/gnome: auto-set girepository directoryIgor Gnatenko2-3/+2
2015-03-22Looser alignment checks. Closes #58.Jussi Pakkanen1-4/+9
2015-03-15Test for posargs being before kwargs.Jussi Pakkanen2-0/+4
2015-03-14Created gdbus-codegen helper in the gnome module.Jussi Pakkanen4-0/+29
2015-03-14Moved different gnome feature tests in their own subdirectories.Jussi Pakkanen12-30/+34
2015-03-14Added simple gsettings schema compiler to gnome module.Jussi Pakkanen4-1/+69
2015-03-13Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen1-1/+1
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, so...Jussi Pakkanen1-9/+12
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen3-13/+15
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen1-3/+4