source: CIVL/examples/omp/DataRaceBench/micro-benchmarks/Makefile@ e5cec5ae

1.23 2.0 main test-branch
Last change on this file since e5cec5ae was 143b174, checked in by Ziqing Luo <ziqing@…>, 9 years ago

add results parsing script and Makefile for data race benchmarks

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

  • Property mode set to 100644
File size: 303 bytes
Line 
1CIVL=civl
2OPTIONS=-input_omp_thread_max=2
3VERIFY=$(CIVL) verify $(OPTIONS)
4
5.IGNORE=polybench.c
6
7all: $(patsubst %.c, check_%, $(wildcard *.c))
8
9check_%: %.c
10 echo Check data race for $<
11 $(VERIFY) $< 2>&1 ## redirect err to wherever stdout going
12
13clean:
14 rm -rf *~ CIVLREP *OUT.txt ProverOutput.txt
Note: See TracBrowser for help on using the repository browser.