diff test/callback_suite/mkfile @ 528:e56241bba0f5

- test/callback_suite: reduce number of args, as it uses macros in generated cases.h and some platforms' preprocessor cannot handle that many args
author Tassilo Philipp
date Thu, 14 Apr 2022 14:44:40 +0200
parents 049e04af13c8
children
line wrap: on
line diff
--- a/test/callback_suite/mkfile	Thu Apr 14 10:13:10 2022 +0200
+++ b/test/callback_suite/mkfile	Thu Apr 14 14:44:40 2022 +0200
@@ -24,7 +24,7 @@
 
 UNITS       = globals cases main
 APPLICATION = callback_suite
-LIBS        = $TOP/dyncallback/libdyncallback_s.a$O
+LIBS        = $TOP/dyncallback/libdyncallback_s.a$O $TOP/dyncall/libdyncall_s.a$O
 
 
 <$TOP/buildsys/mk/epilog.mk