summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-18 06:49:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-18 06:49:18 +0000
commitf4dd0993e1caedccd8cc6a4fe8a82bd185cafb0b (patch)
treea102c783265745f7ec86e8c9a7ecdda02d5b8ac8 /tests/Makefile.am
parenteaa81a1805da0fde938c109a768e9c48471c3bb9 (diff)
Import libucl 2014-07-16vendor/libucl/20140716
Notes
svn path=/vendor/libucl/dist/; revision=268828 svn path=/vendor/libucl/20140716/; revision=268829; tag=vendor/libucl/20140716
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am9
1 files changed, 7 insertions, 2 deletions
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