summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Makefile: add lcov commandJoe Guo1-0/+13
2019-02-20selftest: Add basic sanity-check tests for nopython targetTim Beale1-0/+3
2018-12-14build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett1-1/+0
2018-12-13build: Workaround python3 hash order issues (for now)Andrew Bartlett1-1/+1
2018-12-10PY3: switch current build to use python3Noel Power1-1/+1
2016-08-31make perftest: for performance testingDouglas Bagnall1-0/+3
2015-09-15Makefile: Add option to list all testsAndreas Schneider1-0/+3
2014-11-19Add 'make randomized-test' rule.Jelmer Vernooij1-0/+3
2014-09-28Declare empty target as phony otherwise they are caught by the '%' ruleMatthieu Patou1-1/+1
2014-09-26Add some plumbing in our top level Makefile to make life easierMatthieu Patou1-5/+35
2014-07-02make: Add gdbtestenv target.Andreas Schneider1-0/+3
2012-11-09Makefile: Allow specifying PYTHON environment variable.Jelmer Vernooij1-1/+2
2011-12-09Add 'make pep8' target.Jelmer Vernooij1-0/+3
2011-11-10build: only run symbol checking if running all testsAndrew Tridgell1-4/+4
2011-09-08build: Add duplicate symbol checking as part of make testAndrew Bartlett1-4/+4
2011-06-10waf: fixed 'make bin/XXX' for the remaining binariesAndrew Tridgell1-1/+1
2011-02-07waf: added top level build rules Andrew Tridgell1-0/+75