Skip to content

Commit ef186cf

Browse files
committed
Disabling Base64 encoding/decoding tests until they are ready.
1 parent af25d98 commit ef186cf

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed
Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# Copyright (c) Dean Michael Berris 2010.
1+
# Copyright 2013 Google, Inc.
2+
# Copyright 2010 Dean Michael Berris <[email protected]>
23
# Distributed under the Boost Software License, Version 1.0.
3-
# (See accompanying file LICENSE_1_0.txt or copy at
4-
# http://www.boost.org/LICENSE_1_0.txt)
4+
# (See accompanying file LICENSE_1_0.txt or copy at
5+
# http://www.boost.org/LICENSE_1_0.txt)
56

6-
include_directories(${CPP-NETLIB_SOURCE_DIR})
7-
set(CMAKE_BUILD_TYPE Release)
8-
if (Boost_FOUND)
9-
add_executable(cpp-netlib-utils_base64_experiment utils_base64_experiment.cpp)
10-
target_link_libraries(cpp-netlib-utils_base64_experiment ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
11-
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
12-
target_link_libraries(cpp-netlib-utils_base64_experiment rt)
13-
endif()
14-
set_target_properties(cpp-netlib-utils_base64_experiment
15-
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
16-
endif()
7+
# Commenting this out until it's ready for prime-time later on.
8+
# include_directories(${CPP-NETLIB_SOURCE_DIR})
9+
# set(CMAKE_BUILD_TYPE Release)
10+
# if (Boost_FOUND)
11+
# add_executable(cpp-netlib-utils_base64_experiment utils_base64_experiment.cpp)
12+
# target_link_libraries(cpp-netlib-utils_base64_experiment ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
13+
# if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
14+
# target_link_libraries(cpp-netlib-utils_base64_experiment rt)
15+
# endif()
16+
# set_target_properties(cpp-netlib-utils_base64_experiment
17+
# PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
18+
# endif()

libs/network/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (Boost_FOUND)
1414
message_test
1515
message_transform_test
1616
utils_thread_pool
17-
utils_base64_test
17+
# utils_base64_test -- turn on when ready.
1818
)
1919
foreach (test ${TESTS})
2020
if (${CMAKE_CXX_COMPILER_ID} MATCHES GNU)

0 commit comments

Comments
 (0)