From 34cbac1a0386450076023cc3bc47830e891dd889 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 6 Nov 2019 16:18:03 +0100 Subject: tmtests: Avoid build system defined defines Update #3818. --- testsuites/tmtests/Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'testsuites/tmtests/Makefile.am') diff --git a/testsuites/tmtests/Makefile.am b/testsuites/tmtests/Makefile.am index eb5d2dfeaa..70b67fa6dd 100644 --- a/testsuites/tmtests/Makefile.am +++ b/testsuites/tmtests/Makefile.am @@ -28,7 +28,7 @@ tm_docs += tm02/tm02.doc tm02_SOURCES = tm02/task1.c tm02/system.h include/timesys.h \ ../support/src/tmtests_empty_function.c tm02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tm02) $(support_includes) \ - -I$(top_srcdir)/include -DTM02 + -I$(top_srcdir)/include endif if TEST_tm03 @@ -37,7 +37,7 @@ tm_docs += tm03/tm03.doc tm03_SOURCES = tm03/task1.c tm03/system.h include/timesys.h \ ../support/src/tmtests_empty_function.c tm03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tm03) $(support_includes) \ - -I$(top_srcdir)/include -DTM03 + -I$(top_srcdir)/include endif if TEST_tm04 @@ -287,55 +287,55 @@ endif if TEST_tm31 tm_tests += tm31 tm_docs += tm31/tm31.doc -tm31_SOURCES = tm02/task1.c tm02/system.h include/timesys.h \ +tm31_SOURCES = tm31/task1.c tm02/system.h include/timesys.h \ ../support/src/tmtests_empty_function.c tm31_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tm31) $(support_includes) \ - -I$(top_srcdir)/../tm02 -I$(top_srcdir)/include -DTM31 + -I$(top_srcdir)/../tm02 -I$(top_srcdir)/include endif if TEST_tm32 tm_tests += tm32 tm_docs += tm32/tm32.doc -tm32_SOURCES = tm03/task1.c tm03/system.h include/timesys.h \ +tm32_SOURCES = tm32/task1.c tm03/system.h include/timesys.h \ ../support/src/tmtests_empty_function.c tm32_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tm32) $(support_includes) \ - -I$(top_srcdir)/../tm03 -I$(top_srcdir)/include -DTM32 + -I$(top_srcdir)/../tm03 -I$(top_srcdir)/include endif if TEST_tm33 tm_tests += tm33 tm_docs += tm33/tm33.doc -tm33_SOURCES = tm02/task1.c tm02/system.h include/timesys.h \ +tm33_SOURCES = tm33/task1.c tm02/system.h include/timesys.h \ ../support/src/tmtests_empty_function.c tm33_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tm33) $(support_includes) \ - -I$(top_srcdir)/../tm02 -I$(top_srcdir)/include -DTM33 + -I$(top_srcdir)/../tm02 -I$(top_srcdir)/include endif if TEST_tm34 tm_tests += tm34 tm_docs += tm34/tm34.doc -tm34_SOURCES = tm03/task1.c tm03/system.h include/timesys.h \ +tm34_SOURCES = tm34/task1.c tm03/system.h include/timesys.h \ ../support/src/tmtests_empty_function.c tm34_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tm34) $(support_includes) \ - -I$(top_srcdir)/../tm03 -I$(top_srcdir)/include -DTM34 + -I$(top_srcdir)/../tm03 -I$(top_srcdir)/include endif if TEST_tm35 tm_tests += tm35 tm_docs += tm35/tm35.doc -tm35_SOURCES = tm02/task1.c tm02/system.h include/timesys.h \ +tm35_SOURCES = tm35/task1.c tm02/system.h include/timesys.h \ ../support/src/tmtests_empty_function.c tm35_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tm35) $(support_includes) \ - -I$(top_srcdir)/../tm02 -I$(top_srcdir)/include -DTM35 + -I$(top_srcdir)/../tm02 -I$(top_srcdir)/include endif if TEST_tm36 tm_tests += tm36 tm_docs += tm36/tm36.doc -tm36_SOURCES = tm03/task1.c tm03/system.h include/timesys.h \ +tm36_SOURCES = tm36/task1.c tm03/system.h include/timesys.h \ ../support/src/tmtests_empty_function.c tm36_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tm36) $(support_includes) \ - -I$(top_srcdir)/../tm03 -I$(top_srcdir)/include -DTM36 + -I$(top_srcdir)/../tm03 -I$(top_srcdir)/include endif if TEST_tmck -- cgit v1.2.3