From: Maxim Uvarov <[email protected]> add traffic_mgmt example to make check https://bugs.linaro.org/show_bug.cgi?id=3024
Signed-off-by: Maxim Uvarov <[email protected]> --- /** Email created from pull request 229 (muvarov:master_bug3024) ** https://github.com/Linaro/odp/pull/229 ** Patch: https://github.com/Linaro/odp/pull/229.patch ** Base sha: b529f843814f70068de2090e02df632113afa800 ** Merge commit sha: b5f6031413a826cccfaa4468b62e2f3e90a12fff **/ example/traffic_mgmt/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example/traffic_mgmt/Makefile.am b/example/traffic_mgmt/Makefile.am index c8ff79755..145065bbd 100644 --- a/example/traffic_mgmt/Makefile.am +++ b/example/traffic_mgmt/Makefile.am @@ -6,4 +6,8 @@ odp_traffic_mgmt_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example noinst_HEADERS = $(top_srcdir)/example/example_debug.h +if test_example +TESTS = odp_traffic_mgmt +endif + dist_odp_traffic_mgmt_SOURCES = odp_traffic_mgmt.c
