summaryrefslogtreecommitdiff
path: root/test cases/vala/4 config
AgeCommit message (Collapse)Author
2016-11-12vala: Implement valac.find_libraryNirbheek Chauhan
Move CCompiler.compile to Compiler.compile so that ValaCompiler can use it. Also rewrite ValaCompiler.sanity_check to use it since it does a simple compile check. At the same time, it enhances ExternalLibrary to support arguments for languages other than C-like. Includes a test for this that links against zlib through Vala. Closes #983
2015-05-17tests: add negative test against #117Igor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>