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