diff test/thunk/Makefile.generic @ 664:64880e3f286c

- test/thunk: disable output buffering (might not be able catch segfaults on stack without SA_ONSTACK, so print maximum for when handler isn't called)
author Tassilo Philipp
date Thu, 23 May 2024 16:05:45 +0200
parents 3e629dc19168
children
line wrap: on
line diff
--- a/test/thunk/Makefile.generic	Sun Mar 24 13:52:44 2024 +0100
+++ b/test/thunk/Makefile.generic	Thu May 23 16:05:45 2024 +0200
@@ -1,4 +1,4 @@
-APP     = thunk
+APP     = thunk${APP_SUFFIX}
 OBJS    = test_thunk.o
 SRCTOP  = ${VPATH}/../..
 BLDTOP  = ../..