|
From: <sv...@va...> - 2009-08-11 00:28:25
|
Author: njn Date: 2009-08-11 01:18:31 +0100 (Tue, 11 Aug 2009) New Revision: 10772 Log: add a missing script Modified: trunk/drd/tests/Makefile.am Modified: trunk/drd/tests/Makefile.am =================================================================== --- trunk/drd/tests/Makefile.am 2009-08-10 19:39:02 UTC (rev 10771) +++ trunk/drd/tests/Makefile.am 2009-08-11 00:18:31 UTC (rev 10772) @@ -6,7 +6,8 @@ filter_stderr \ filter_stderr_and_thread_no \ run_openmp_test \ - supported_libpthread + supported_libpthread \ + supported_sem_init noinst_HEADERS = \ tsan_thread_wrappers_pthread.h |