From 0e907232e04f223059b4cecc1cc4b25e13f09233 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 6 Sep 2018 07:01:48 +0200 Subject: sptests/spconfig01: New test Close #3435. --- testsuites/sptests/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'testsuites/sptests/Makefile.am') diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am index d3a2e10869..6d28acdfbb 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -708,6 +708,15 @@ spclock_err02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spclock_err02) \ $(support_includes) endif +if TEST_spconfig01 +sp_tests += spconfig01 +sp_screens += spconfig01/spconfig01.scn +sp_docs += spconfig01/spconfig01.doc +spconfig01_SOURCES = spconfig01/init.c +spconfig01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spconfig01) \ + $(support_includes) +endif + if TEST_spconsole01 sp_tests += spconsole01 sp_screens += spconsole01/spconsole01.scn -- cgit v1.2.3