Skip to content

Commit 1338d9b

Browse files
authored
add target for *-strictness tests (#662)
1 parent a793dee commit 1338d9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

containers-tests/tests/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ all:
1010
%-properties: %-properties.hs force
1111
ghc -I../include -O2 -DTESTING $< -i.. -o $@ -outputdir tmp/$@
1212

13+
%-strictness: %-strictness.hs force
14+
ghc -I../include -O2 -DTESTING $< -i.. -o $@ -outputdir tmp/$@
15+
1316
%-strict-properties: %-properties.hs force
1417
ghc -I../include -O2 -DTESTING -DSTRICT $< -o $@ -i.. -outputdir tmp/$@
1518

0 commit comments

Comments
 (0)