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 <dberris@google.com>
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy