comparison UnitTestsSources/GenericToolboxTests.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 5630c2fb7b0f
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
16 * 16 *
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #include <Framework/Toolbox/GenericToolbox.h> 21 #include "../Framework/Toolbox/GenericToolbox.h"
22 22
23 #include <boost/date_time/posix_time/posix_time.hpp> 23 #include <boost/date_time/posix_time/posix_time.hpp>
24 #include <boost/lexical_cast.hpp> 24 #include <boost/lexical_cast.hpp>
25 #include <boost/enable_shared_from_this.hpp> 25 #include <boost/enable_shared_from_this.hpp>
26 26
27 #include "gtest/gtest.h" 27 #include <gtest/gtest.h>
28 28 #include <stdint.h>
29 #include "stdint.h"
30
31 #include <cmath> 29 #include <cmath>
32 30
33 TEST(GenericToolbox, TestLegitDoubleString) 31 TEST(GenericToolbox, TestLegitDoubleString)
34 { 32 {
35 using OrthancStone::GenericToolbox::LegitDoubleString; 33 using OrthancStone::GenericToolbox::LegitDoubleString;