summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Kravchuk <awkravchuk@gmail.com>2012-07-23 12:11:53 +0400
committerAndrew Kravchuk <awkravchuk@gmail.com>2012-07-23 12:11:53 +0400
commit1c4948e4fdd338973930e6e4d308f602e4f9e73e (patch)
tree7099076ddbf188cf4050c5a42ffa5d4560ddb32a /tests
parent7d450edd25e0264a02da93a20b87574bc2add494 (diff)
downloadrabbitmq-c-github-ask-1c4948e4fdd338973930e6e4d308f602e4f9e73e.tar.gz
Removed redundant msinttypes inclusion in tests
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index d3d683a..93ccb9a 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,10 +1,5 @@
include_directories(${LIBRABBITMQ_INCLUDE_DIRS})
-# Needed because no version of MSVC has inttypes.h
-if (MSVC)
- include_directories(${CMAKE_SOURCE_DIR}/librabbitmq/win32/msinttypes)
-endif()
-
add_executable(test_parse_url test_parse_url.c)
target_link_libraries(test_parse_url rabbitmq)
add_test(parse_url test_parse_url)