Fix undefined symbol: fformat_append_cr in vat plugins loading 95/13695/4
authorYi He <yi.he@arm.com>
Mon, 16 Jul 2018 05:52:00 +0000 (13:52 +0800)
committerDave Barach <openvpp@barachs.net>
Tue, 31 Jul 2018 14:07:19 +0000 (14:07 +0000)
commitd05ce97724ed8681e80c32a948564d0163994365
tree91cff274f32ce27c9c2d0f3c02e2d55a4ea00734
parent15c3a6ad8094aeec6bbb78845d25050aabb82f4d
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 <yi.he@arm.com>
src/vat/main.c
src/vppinfra/format.c