aboutsummaryrefslogtreecommitdiff
path: root/example/m4
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2020-09-10 17:01:20 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2020-09-15 11:24:19 +0300
commitda998b4f897c819e6a927153d220ed161cb9dc5f (patch)
treeba44b362f7706642d1a481c829046b7998783bad /example/m4
parent1a7777a3fcca30c5d375719116ce0aeda911c35e (diff)
example: debug: add new debug example application
This application can be used to test various debug print functions of ODP API. Debug functions to be called are selected with command line options. E.g. -s option reserves a SHM area and calls odp_shm_print() to print debug information about it. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'example/m4')
-rw-r--r--example/m4/configure.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/example/m4/configure.m4 b/example/m4/configure.m4
index d9a70767b..7bd8acdf8 100644
--- a/example/m4/configure.m4
+++ b/example/m4/configure.m4
@@ -20,6 +20,7 @@ AC_ARG_ENABLE([test-example],
AM_CONDITIONAL([test_example], [test x$test_example = xyes ])
AC_CONFIG_FILES([example/classifier/Makefile
+ example/debug/Makefile
example/generator/Makefile
example/hello/Makefile
example/ipsec/Makefile