Fix undefined symbol: fformat_append_cr in vat plugins loading 16/14116/1
authorYi He <[email protected]>
Mon, 16 Jul 2018 05:52:00 +0000 (13:52 +0800)
committerEd Warnicke <[email protected]>
Thu, 9 Aug 2018 17:26:02 +0000 (17:26 +0000)
commit332cc5a60b250b46b13f3abf9cb075c222ff8ad9
treeedf2c2ea7b4264cb7f6c8631337f275d195bb40d
parent6c2dc9bab1c1fea05f05f30f30932659c8746797
Fix undefined symbol: fformat_append_cr in vat plugins loading

Several test plugins report undefined symbol while being loaded
by load_one_vat_plugin. Fix this by adding VPP_API_TEST_BUILTIN
into CFLAGS for building these plugins.

Change-Id: I908720fd0d01da1ead30ba17027ba10358f6bdf1
Signed-off-by: Yi He <[email protected]>
(cherry picked from commit d05ce97724ed8681e80c32a948564d0163994365)
src/vat/main.c
src/vppinfra/format.c