aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-11-25add "make test"; run it in pre-commit (#127)John Levon1-0/+3
Also rename test.c to reflect it should cover unit tests. Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com> Signed-off-by: John Levon <john.levon@nutanix.com>
2020-11-19enable assert() in release builds (#98)John Levon1-1/+0
2020-11-16Makefile: Remove unused KDIRSwapnil Ingle1-2/+0
Also remove kernel build from travis.yml Signed-off-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
2020-05-20allow installation location to be overriddenThanos Makatos1-0/+2
This allows package systems to use /usr (instead of CMake's default /usr/local), which is the typical choice.
2019-11-02Fix various format issuesFelipe Franciosi1-1/+1
Remove various spurious whitespaces and empty lines. Some other alignment issues, too. Signed-off-by: Felipe Franciosi <felipe@nutanix.com>
2019-09-05Initial commitFelipe Franciosi1-0/+74