aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Apparently dynamic linking with C++ had been broken for a while now. Sorry ↵Jussi Pakkanen3-1/+14
about that.
2014-03-22Minor.Jussi Pakkanen2-0/+2
2014-02-24Can have multiple source files with the same name in one target.Jussi Pakkanen4-0/+11
2014-02-24Yo dawg, we heard you liked subprojects so we put subprojects in your ↵Jussi Pakkanen6-0/+26
subprojects so now you can use subprojects when you are using subprojects.
2014-02-23Start of subproject redesign, moved subprojects to the dedicated subdirectory.Jussi Pakkanen6-0/+0
2014-02-12Fix the remaining custom install dirs.Jussi Pakkanen4-0/+6
2014-02-12Can override install directory on a target-by-target basis.Jussi Pakkanen4-0/+15
2014-02-09Specify subdirs explicitly.Jussi Pakkanen2-1/+4
2014-02-06Can create pkg-config files.Jussi Pakkanen1-1/+1
2014-02-06First half of the work required for pkg-config generator.Jussi Pakkanen3-0/+19
2014-01-05Man file for mesonconf.Jussi Pakkanen2-2/+2
2013-12-27Skip extraction test during Unity build because the object file is not ↵Jussi Pakkanen1-4/+8
generated.
2013-12-09Can check if running as a subproject.Jussi Pakkanen2-0/+8
2013-12-09Can haz subproject options.Jussi Pakkanen4-0/+14
2013-12-09Install file for unit tests.Jussi Pakkanen1-0/+2
2013-12-09And, with that, subprojects actually work.Jussi Pakkanen1-1/+1
2013-12-09Can parse subprojects but it does not work yet.Jussi Pakkanen1-1/+1
2013-12-09Added simple test case for subproject. Now to make it pass...Jussi Pakkanen6-0/+47
2013-11-05Can extract objects from targets and use them in other targets.Jussi Pakkanen3-0/+15
2013-10-20Fixed cross compilation back up.Jussi Pakkanen2-17/+0
2013-10-18Can set test cmd arguments and environment variables.Jussi Pakkanen3-0/+40
2013-10-18Turn user options into for widgets.Jussi Pakkanen1-1/+1
2013-10-16Added combo options because why the hell not.Jussi Pakkanen2-0/+5
2013-10-16Options can be accessed from scripts.Jussi Pakkanen2-0/+11
2013-10-04Some more tests passing.Jussi Pakkanen1-0/+4
2013-10-04Strip dev rpath on install.Jussi Pakkanen4-4/+4
2013-10-04Rpaths start working.Jussi Pakkanen8-0/+28
2013-09-13Added installed_files.txt files to all places that needed them.Jussi Pakkanen5-0/+11
2013-09-13Check that files that should be installed are.Jussi Pakkanen1-0/+2
2013-08-30More introspection.Jussi Pakkanen1-1/+10
2013-08-30The whole test suite runs cross-built with mingw and armhf.Jussi Pakkanen1-1/+1
2013-08-30Can build both cross and native binaries at the same time.Jussi Pakkanen1-1/+3
2013-08-24Can run test suite through mingw cross compiler.Jussi Pakkanen2-3/+3
2013-08-02Windows alignment fix.Jussi Pakkanen1-2/+8
2013-07-31Can print log info on run tests.Jussi Pakkanen1-3/+3
2013-07-31Simpler name.Jussi Pakkanen1-2/+2
2013-07-31Can print status info to log in compiles().Jussi Pakkanen1-2/+2
2013-07-31Tuned alignment check.Jussi Pakkanen1-2/+7
2013-07-31Can check alignment of data types.Jussi Pakkanen1-0/+13
2013-07-30Can check for members in structures.Jussi Pakkanen1-0/+11
2013-07-30Forgot this one.Jussi Pakkanen1-0/+11
2013-07-27Better.Jussi Pakkanen1-0/+7
2013-07-27String formatting functionality.Jussi Pakkanen1-0/+15
2013-07-27Cleaner, simpler elif.Jussi Pakkanen1-0/+28
2013-07-27Can do logical negation.Jussi Pakkanen1-0/+13
2013-07-27Can do logical or.Jussi Pakkanen1-2/+20
2013-07-27Can do logical and.Jussi Pakkanen1-0/+46
2013-07-27Run build tests properly.Jussi Pakkanen1-2/+2
2013-07-27Interpreter side of tryrun is mostly done.Jussi Pakkanen1-0/+59
2013-07-01Windows command execution works.Jussi Pakkanen2-3/+13