Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 9, 2024
1 parent 1f807e7 commit 8613649
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@
#####################################################################################################################
set(CMAKE_VERBOSE_MAKEFILE ON)

include_directories(. ../splinter/include $ENV{ORTOOLSDIR}/include/eigen3 $ENV{ORTOOLSDIR}/include ../)
include_directories(. ../splinter/include $ENV{ORTOOLSDIR}/include/eigen3 $ENV{ORTOOLSDIR}/include ../)

set(SHARED_SRC
6par_gamma.h
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ elseif (DEFINED ENV{GTEST})
endif()

include_directories(${GTDIR}/include ${GTDIR}/googletest/include ${GTDIR}/googletest/include/gtest . input_cases shared_test ssc_test tcs_test
../ssc ../tcs ../solarpilot ../shared ../splinter/include )
../ssc ../tcs ../solarpilot ../shared ../splinter/include $ENV{ORTOOLSDIR}/include/eigen3 $ENV{ORTOOLSDIR}/include)

file(GLOB SSC_TESTS ssc_test/*.cpp)
file(GLOB SSC_TESTS_HEADERS ssc_test/*.h)
Expand Down
2 changes: 2 additions & 0 deletions test/shared_test/csp_solver_core_test.cpp
@@ -1,3 +1,5 @@
#define _HAS_STD_BYTE 0

#include <gtest/gtest.h>
#include <cmath>
#include <string>
Expand Down

0 comments on commit 8613649

Please sign in to comment.