mirror of
https://github.com/drogonframework/drogon.git
synced 2025-09-18 00:01:01 -04:00
Modify tests path
This commit is contained in:
parent
ca5085c503
commit
20f97a78a2
@ -130,12 +130,12 @@ file(APPEND "${CONFIG_HEADER}" "\";\n")
|
||||
EXEC_PROGRAM(${PROJECT_SOURCE_DIR}/update_config.sh ARGS "${CONFIG_HEADER} ${PROJECT_SOURCE_DIR}/lib/inc/drogon/config.h")
|
||||
|
||||
if (MAKETEST STREQUAL YES)
|
||||
ADD_SUBDIRECTORY(tests)
|
||||
ADD_SUBDIRECTORY(lib/tests)
|
||||
if(PostgreSQL_FOUND)
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/orm_lib/src/postgresql_impl/test)
|
||||
endif()
|
||||
if(USE_ORM)
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/orm_lib/src/tests)
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/orm_lib/tests)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user