Skip to content

Commit

Permalink
add target for *-strictness tests (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
int-e committed Jul 15, 2020
1 parent a793dee commit 1338d9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions containers-tests/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ all:
%-properties: %-properties.hs force
ghc -I../include -O2 -DTESTING $< -i.. -o $@ -outputdir tmp/$@

%-strictness: %-strictness.hs force
ghc -I../include -O2 -DTESTING $< -i.. -o $@ -outputdir tmp/$@

%-strict-properties: %-properties.hs force
ghc -I../include -O2 -DTESTING -DSTRICT $< -o $@ -i.. -outputdir tmp/$@

Expand Down

0 comments on commit 1338d9b

Please sign in to comment.