Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VANet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
VANet
Commits
03ee8864
Commit
03ee8864
authored
Oct 23, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating CMake config for tests
parent
7f35eec6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
CMakeLists.txt
CMakeLists.txt
+8
-2
tests/VANetTestClient/CMakeLists.txt
tests/VANetTestClient/CMakeLists.txt
+1
-1
tests/VANetTestServer/CMakeLists.txt
tests/VANetTestServer/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
03ee8864
...
@@ -7,6 +7,10 @@ list( APPEND CMAKE_MODULE_PATH "$ENV{VISTA_CMAKE_COMMON}" )
...
@@ -7,6 +7,10 @@ list( APPEND CMAKE_MODULE_PATH "$ENV{VISTA_CMAKE_COMMON}" )
include
(
VistaCommon
)
include
(
VistaCommon
)
if
(
NOT DEFINED ITA_VANET_WITH_TESTS
)
set
(
ITA_VANET_WITH_TESTS OFF CACHE BOOL
"Build VANet with tests"
)
endif
(
NOT DEFINED ITA_VANET_WITH_TESTS
)
if
(
NOT DEFINED ITA_VA_BUILD_STATIC
)
if
(
NOT DEFINED ITA_VA_BUILD_STATIC
)
set
(
ITA_VA_BUILD_STATIC OFF CACHE BOOL
"Build static VA libs"
)
set
(
ITA_VA_BUILD_STATIC OFF CACHE BOOL
"Build static VA libs"
)
endif
(
NOT DEFINED ITA_VA_BUILD_STATIC
)
endif
(
NOT DEFINED ITA_VA_BUILD_STATIC
)
...
@@ -63,5 +67,7 @@ if( ITA_VANET_INSTALL_WITH_DLLS OR ITA_VA_INSTALL_WITH_DLLS )
...
@@ -63,5 +67,7 @@ if( ITA_VANET_INSTALL_WITH_DLLS OR ITA_VA_INSTALL_WITH_DLLS )
endif
()
endif
()
# tests
# tests
set
(
VANET_COMMON_BUILD TRUE
)
if
(
ITA_VA_WITH_TESTS OR ITA_VANET_WITH_TESTS
)
add_subdirectory
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/tests"
)
set
(
VANET_COMMON_BUILD TRUE
)
add_subdirectory
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/tests"
)
endif
(
ITA_VA_WITH_TESTS OR ITA_VANET_WITH_TESTS
)
tests/VANetTestClient/CMakeLists.txt
View file @
03ee8864
...
@@ -39,4 +39,4 @@ vista_configure_app( VANetClientTest )
...
@@ -39,4 +39,4 @@ vista_configure_app( VANetClientTest )
vista_install
(
VANetClientTest
)
vista_install
(
VANetClientTest
)
vista_create_default_info_file
(
VANetClientTest
)
vista_create_default_info_file
(
VANetClientTest
)
set_property
(
TARGET VANetClientTest PROPERTY FOLDER
"
ITA
Tests/VANet"
)
set_property
(
TARGET VANetClientTest PROPERTY FOLDER
"
VA/
Tests/VANet"
)
tests/VANetTestServer/CMakeLists.txt
View file @
03ee8864
...
@@ -21,4 +21,4 @@ vista_configure_app( VANetServerTest )
...
@@ -21,4 +21,4 @@ vista_configure_app( VANetServerTest )
vista_install
(
VANetServerTest
)
vista_install
(
VANetServerTest
)
vista_create_default_info_file
(
VANetServerTest
)
vista_create_default_info_file
(
VANetServerTest
)
set_property
(
TARGET VANetServerTest PROPERTY FOLDER
"
ITA
Tests/VANet"
)
set_property
(
TARGET VANetServerTest PROPERTY FOLDER
"
VA/
Tests/VANet"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment