]> andersk Git - splint.git/blobdiff - test/moreBufferTests/Makefile
Renaming - LCLint => Splint
[splint.git] / test / moreBufferTests / Makefile
index e1de558a881e945f0eaf0ff147733c4f47c26b2b..75e921ef4730ef02fc60c97f959be580e2239298 100644 (file)
@@ -1,7 +1,7 @@
 .PHONY: check
 
-LCLINT = lclint
+SPLINT = splint
  
 check:
-       $(LCLINT) -exportlocal +arraybounds +arrayboundsread unrecogCall.c strrchr.c initialization.c simplifyTest.c strncatNotReallyGood.c strncatReallyGood.c -expect 8
+       $(SPLINT) -exportlocal +arraybounds +arrayboundsread unrecogCall.c strrchr.c initialization.c simplifyTest.c strncatNotReallyGood.c strncatReallyGood.c -expect 8
 
This page took 0.035604 seconds and 4 git commands to generate.