2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Problem with performstruct test |
From: | Dirk Zimoch <[email protected]> |
To: | EPICS Core Talk <[email protected]> |
Date: | Wed, 19 Sep 2018 10:01:10 +0200 |
Hello,In pvData/testApp/pv is a test "performstruct" which uses clock_gettime(). With older glibc versions it is required to link this with "rt". Thus I have added
performstruct_SYS_LIBS_Linux += rt to pvData/testApp/pv/Makefile. Then I recognized that all the other tests in the Makefile have a line TESTS += ... but performstruct has not. Is this a bug? Dirk