Skip to content

Commit

Permalink
example/Makefile: temporary test to see the output of T1
Browse files Browse the repository at this point in the history
- it actually seems like ubuntu-20.04 with USE_LEAKSAN=yes is the only
  one failing this test.... let's see if it really is out-of-order
  flushes or something else...
  • Loading branch information
robohack committed Mar 25, 2024
1 parent 464947d commit 05835cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ T2 = [ $$(expr "$$(echo '{broken:' | ${.OBJDIR}/${PROG} 2>&1)" : "tree_parse_err
regress:
.if defined(USE_ASAN)
if [ -x /usr/sbin/paxctl ]; then /usr/sbin/paxctl +a ${.OBJDIR}/${PROG}; fi
ulimit -v unlimited && ${.OBJDIR}/${PROG} < ${.CURDIR}/sample.config
ulimit -v unlimited && ${T1}
ulimit -v unlimited && ${T2}
.else
${.OBJDIR}/${PROG} < ${.CURDIR}/sample.config
${T1}
${T2}
.endif
Expand Down

0 comments on commit 05835cb

Please sign in to comment.