Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gflags
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
gflags
Commits
ac3cb02b
Commit
ac3cb02b
authored
Aug 01, 2013
by
Andreas Schuh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing unittest2 and unittest3 executables.
parent
126f36b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
CMakeLists.txt
test/CMakeLists.txt
+7
-1
No files found.
test/CMakeLists.txt
View file @
ac3cb02b
...
@@ -9,13 +9,19 @@ set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/Testing/lib")
...
@@ -9,13 +9,19 @@ set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/Testing/lib")
set
(
TEMPDIR
"
${
PROJECT_BINARY_DIR
}
/Testing/Temporary"
)
set
(
TEMPDIR
"
${
PROJECT_BINARY_DIR
}
/Testing/Temporary"
)
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# common link libraries
# common include directories and link libraries
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
)
link_libraries
(
gflags
)
link_libraries
(
gflags
)
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# test executables
# test executables
configure_file
(
gflags_unittest.cc gflags_unittest-main.cc COPYONLY
)
configure_file
(
gflags_unittest.cc gflags_unittest_main.cc COPYONLY
)
add_executable
(
strip_flags gflags_strip_flags_test.cc
)
add_executable
(
strip_flags gflags_strip_flags_test.cc
)
add_executable
(
unittest gflags_unittest.cc
)
add_executable
(
unittest gflags_unittest.cc
)
add_executable
(
unittest2 gflags_unittest-main.cc
)
add_executable
(
unittest3 gflags_unittest_main.cc
)
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# test commands
# test commands
...
...
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