]> andersk Git - splint.git/blob - test/mergestate/Makefile
Fixed test suite (temporarily) to run nested test cases
[splint.git] / test / mergestate / Makefile
1 .PHONY: tainted 
2
3 LCLINT = lclint
4
5 all: tainted 
6
7 tainted:
8         ${LCLINT} -mts taintednm taintednm.c -mustfree -exportlocal -expect 2
9         ${LCLINT} -mts tainted taintednm.c -mustfree -exportlocal -expect 4
This page took 0.038496 seconds and 5 git commands to generate.