summaryrefslogtreecommitdiff
path: root/test cases/vala/13 find library
AgeCommit message (Collapse)Author
2016-12-04Renamed dirs to plug holes in numbering.Jussi Pakkanen
2016-11-14Rename test cases to remove duplicate numbers.Elliott Sales de Andrade
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