]> andersk Git - splint.git/blame - test/fileio/Makefile
*** empty log message ***
[splint.git] / test / fileio / Makefile
CommitLineData
15b3d2b2 1.PHONY: filerw fileopen
60eced23 2
3LCLINT = lclint
4
b7e84605 5all: filerw fileopen filebranch
15b3d2b2 6
60eced23 7filerw:
8 ${LCLINT} -mts file -mts filerw filerw.c -expect 3
15b3d2b2 9
10fileopen:
11 ${LCLINT} -mts file -mts filerw file.c -expect 3
12
b7e84605 13filebranch:
14 ${LCLINT} -mts file filebranch.c
This page took 0.054282 seconds and 5 git commands to generate.