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
ccff5658
Commit
ccff5658
authored
Mar 24, 2015
by
Andreas Schuh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#108 Fix temporary directory configuration of negative compilation tests
parent
33fc9997
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
test/CMakeLists.txt
+1
-0
gflags_nc.py.in
test/gflags_nc.py.in
+1
-1
No files found.
test/CMakeLists.txt
View file @
ccff5658
...
...
@@ -173,6 +173,7 @@ if (BUILD_NC_TESTS)
" Either install Python or set BUILD_NC_TESTS to FALSE and try again."
)
endif
()
set
(
SRCDIR
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/nc"
)
set
(
TMPDIR
"
${
gflags_BINARY_DIR
}
/Testing/Temporary"
)
configure_file
(
gflags_nc.py.in
"
${
CMAKE_RUNTIME_OUTPUT_DIRECTORY
}
/nc.py"
@ONLY
)
macro
(
add_gflags_nc_test name
)
add_test
(
...
...
test/gflags_nc.py.in
View file @
ccff5658
...
...
@@ -6,7 +6,7 @@ import subprocess
import
shutil
CMAKE
=
'@CMAKE_COMMAND@'
TMPDIR
=
'@T
E
MPDIR@'
TMPDIR
=
'@TMPDIR@'
SRCDIR
=
'@SRCDIR@'
GFLAGS_DIR
=
'@gflags_BINARY_DIR@'
...
...
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