]> andersk Git - splint.git/blob - test/strchr/Makefile
Fixed test suite (temporarily) to run nested test cases
[splint.git] / test / strchr / Makefile
1 .PHONY: check
2
3 LCLINT = lclint -exportlocal
4  
5 check:
6         $(LCLINT) +arraybounds +arrayboundsread  strchr.c -expect 2
7
8
This page took 0.064613 seconds and 5 git commands to generate.