summaryrefslogtreecommitdiff
path: root/buildlib/staticlibrary.mak
Commit message (Collapse)AuthorAgeFilesLines
* compile with absolute paths to allow lcov useDavid Kalnischkies2014-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | Instructing gcc (or clang) to prepare for capturing coverage data is easy: Just build with: CXXFLAGS=--coverage The hard part is that our buildsystem uses relative paths and so confuses the hell out of lcov as it assumes this way that all our *.cc files are in the same directory… by changing to absolute paths in the compile rules we solve this problem. Still not perfect as it refers to build/include files for most headers and our forking/threading code isn't properly captured, but good enough to see red reports for now: CXXFLAGS=--coverage make make test ./test/integration/run-tests -q lcov --no-external --directory . --capture --output-file apt.info genhtml --output-directory ./coverage/ apt.info Git-Dch: Ignore
* Join with aliencodeArch Librarian2004-09-201-0/+3
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* OpenBSD fixesArch Librarian2004-09-201-0/+3
| | | | | | Author: jgg Date: 1999-12-11 02:11:10 GMT OpenBSD fixes
* Static lib supportArch Librarian2004-09-201-0/+54
Author: jgg Date: 1998-11-24 01:09:49 GMT Static lib support