From a38ced268314dfe3f61cbba5b982eeb77c2b8de4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 10 Oct 2014 09:09:19 +0200 Subject: score: Rework global construction Ensure that the global construction is performed in the context of the first initialization thread. On SMP this was not guaranteed in the previous implementation. --- testsuites/psxtests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/psxtests/Makefile.am') diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index d8eee14a7e..e15d72f105 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -15,6 +15,10 @@ _SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \ psxtime psxtimer01 psxtimer02 psxualarm psxusleep psxfatal01 psxfatal02 \ psxintrcritical01 psxstack01 psxstack02 \ psxeintr_join psxgetattrnp01 +if HAS_CPLUSPLUS +_SUBDIRS += psxglobalcon01 +_SUBDIRS += psxglobalcon02 +endif endif ## File IO tests -- cgit v1.2.3