summaryrefslogtreecommitdiff
path: root/test/test.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.am')
-rw-r--r--test/test.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test.am b/test/test.am
index 1bf5e392c..7fec26cd5 100644
--- a/test/test.am
+++ b/test/test.am
@@ -23,3 +23,12 @@ utest_list_SOURCES = test/utest_list.cpp
utest_list_CXXFLAGS = $(CPPUNIT_CFLAGS) -I$(top_srcdir)/src/roff/troff
utest_list_LDFLAGS = $(CPPUNIT_LIBS)
endif
+
+TESTS += test_paragraph
+check_PROGRAMS += test_paragraph
+test_paragraph_SOURCES = \
+ src/roff/troff/paragraph.cpp \
+ test/test_paragraph.cpp
+
+test_paragraph_CXXFLAGS = -I$(top_srcdir)/src/roff/troff
+