source: CIVL/examples/sideEffects/Makefile@ 04c71e3

1.23 2.0 main test-branch
Last change on this file since 04c71e3 was cabe6b08, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

added tests for a bug in the side-effect remover related to post increment.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2073 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 148 bytes
Line 
1CIVL=civl
2VERIFY=$(CIVL) verify
3
4all : malloc postIncr
5
6malloc : malloc.cvl
7 $(VERIFY) malloc.cvl
8
9postIncr : postIncr.cvl
10 $(VERIFY) postIncr.cvl
Note: See TracBrowser for help on using the repository browser.