From 29eb92db02afed5ba060ac861bcffe7e61915f71 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 24 Nov 2011 17:48:42 +0100 Subject: core/conv: Add regression testing code It tests both a given test vector encoding/decoding, and some random coding/decoding cycles. Signed-off-by: Sylvain Munaut --- tests/conv/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/conv/Makefile.am (limited to 'tests/conv/Makefile.am') diff --git a/tests/conv/Makefile.am b/tests/conv/Makefile.am new file mode 100644 index 00000000..75cfec8d --- /dev/null +++ b/tests/conv/Makefile.am @@ -0,0 +1,6 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include +noinst_PROGRAMS = conv_test +EXTRA_DIST = conv_test.ok + +conv_test_SOURCES = conv_test.c +conv_test_LDADD = $(top_builddir)/src/libosmocore.la -- cgit v1.2.3