From 69812aaa2cee4123546af55510a8d6737cd11b07 Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Wed, 21 Nov 2018 21:30:35 +0530 Subject: psxtmbarrierattr01: Added new POSIX timing suite (GCI 2018) --- testsuites/psxtmtests/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'testsuites/psxtmtests/Makefile.am') diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am index 920ff6e081..d87921d133 100644 --- a/testsuites/psxtmtests/Makefile.am +++ b/testsuites/psxtmtests/Makefile.am @@ -57,6 +57,17 @@ psxtmbarrier04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmbarrier04) \ -DOPERATION_COUNT=$(OPERATION_COUNT) endif +if TEST_psxtmbarrierattr01 +psxtm_tests += psxtmbarrierattr01 +psxtm_docs += psxtmbarrierattr01/psxtmbarrierattr01.doc +psxtmbarrierattr01_SOURCES = psxtmbarrierattr01/init.c \ + ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ + ../support/src/tmtests_support.c +psxtmbarrierattr01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmbarrierattr01) \ + $(support_includes) -I$(top_srcdir)/../tmtests/include \ + -DOPERATION_COUNT=$(OPERATION_COUNT) +endif + if TEST_psxtmcleanup01 psxtm_tests += psxtmcleanup01 psxtm_docs += psxtmcleanup01/psxtmcleanup01.doc -- cgit v1.2.3