Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
7c26fc4d
Commit
7c26fc4d
authored
Aug 31, 2016
by
Victor Kotlyar
Browse files
Moved ExceptionTest from tapeserver/castor/exception to
common/exception. Removed tapeserver/castor/exception dir.
parent
ef42c823
Changes
4
Hide whitespace changes
Inline
Side-by-side
common/CMakeLists.txt
View file @
7c26fc4d
...
...
@@ -21,6 +21,8 @@ find_package (libattr REQUIRED)
find_package
(
libcap REQUIRED
)
find_package
(
libuuid REQUIRED
)
add_subdirectory
(
exception
)
set
(
COMMON_LIB_SRC_FILES
dataStructures/AdminHost.cpp
dataStructures/AdminUser.cpp
...
...
tapeserver/castor
/exception/CMakeLists.txt
→
common
/exception/CMakeLists.txt
View file @
7c26fc4d
File moved
tapeserver/castor
/exception/ExceptionTest.cpp
→
common
/exception/ExceptionTest.cpp
View file @
7c26fc4d
...
...
@@ -52,7 +52,7 @@ namespace unitTests {
f2
();
}
TEST
(
ca
stor
_exceptions
,
stacktrace_with_demangling
)
{
TEST
(
c
t
a_exceptions
,
stacktrace_with_demangling
)
{
try
{
Nested
x
;
}
catch
(
cta
::
exception
::
Exception
&
e
)
{
...
...
@@ -65,7 +65,7 @@ namespace unitTests {
}
}
TEST
(
ca
stor
_exceptions
,
stacktrace_in_std_exception
)
{
TEST
(
c
t
a_exceptions
,
stacktrace_in_std_exception
)
{
try
{
Nested
x
;
}
catch
(
std
::
exception
&
e
)
{
...
...
tapeserver/castor/CMakeLists.txt
View file @
7c26fc4d
...
...
@@ -18,7 +18,6 @@
#
cmake_minimum_required
(
VERSION 2.6
)
add_subdirectory
(
exception
)
add_subdirectory
(
io
)
add_subdirectory
(
legacymsg
)
add_subdirectory
(
log
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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