From f4dd0993e1caedccd8cc6a4fe8a82bd185cafb0b Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 18 Jul 2014 06:49:18 +0000 Subject: Import libucl 2014-07-16 --- tests/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 880036d900f5..a21a65c16534 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,8 @@ EXTRA_DIST = $(TESTS) basic schema generate.res rcl_test.json.xz TESTS = basic.test \ generate.test \ schema.test \ - speed.test + speed.test \ + streamline.test TESTS_ENVIRONMENT = $(SH) \ TEST_DIR=$(top_srcdir)/tests \ TEST_OUT_DIR=$(top_builddir)/tests \ @@ -30,4 +31,8 @@ test_schema_SOURCES = test_schema.c test_schema_LDADD = $(common_test_ldadd) test_schema_CFLAGS = $(common_test_cflags) -check_PROGRAMS = test_basic test_speed test_generate test_schema \ No newline at end of file +test_streamline_SOURCES = test_streamline.c +test_streamline_LDADD = $(common_test_ldadd) +test_streamline_CFLAGS = $(common_test_cflags) + +check_PROGRAMS = test_basic test_speed test_generate test_schema test_streamline \ No newline at end of file -- cgit v1.3