From cfc4231d8fe1056fa501508a929c8ccaa1dd11be Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 27 Aug 2018 10:36:35 +0200 Subject: score: Add flexible per-CPU data Update #3507. --- 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 6d28acdfbb..d9a6bf235e 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -1594,6 +1594,15 @@ sppartition_err01_CPPFLAGS = $(AM_CPPFLAGS) \ $(TEST_FLAGS_sppartition_err01) $(support_includes) endif +if TEST_sppercpudata01 +sp_tests += sppercpudata01 +sp_screens += sppercpudata01/sppercpudata01.scn +sp_docs += sppercpudata01/sppercpudata01.doc +sppercpudata01_SOURCES = sppercpudata01/init.c sppercpudata01/item.c +sppercpudata01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_sppercpudata01) \ + $(support_includes) +endif + if TEST_spport_err01 sp_tests += spport_err01 sp_screens += spport_err01/spport_err01.scn -- cgit v1.2.3