comparison 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
comparison
equal deleted inserted replaced
527:ed8835abe05f 528:e56241bba0f5
22 <$TOP/buildsys/mk/prolog.mk 22 <$TOP/buildsys/mk/prolog.mk
23 23
24 24
25 UNITS = globals cases main 25 UNITS = globals cases main
26 APPLICATION = callback_suite 26 APPLICATION = callback_suite
27 LIBS = $TOP/dyncallback/libdyncallback_s.a$O 27 LIBS = $TOP/dyncallback/libdyncallback_s.a$O $TOP/dyncall/libdyncall_s.a$O
28 28
29 29
30 <$TOP/buildsys/mk/epilog.mk 30 <$TOP/buildsys/mk/epilog.mk