summaryrefslogtreecommitdiff
path: root/indra/test/CMakeLists.txt
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2011-09-09 15:22:11 -0400
committerLogan Dethrow <log@lindenlab.com>2011-09-09 15:22:11 -0400
commit3151b6ce503ffc877589422c5559647d363d5bf1 (patch)
tree617ef85d45bcc5d66c6e1284d126498ed07b4c6a /indra/test/CMakeLists.txt
parent8a952e42e97cfb286192aba0fbfc43986912cd29 (diff)
Fixed llhttpclient_tut.cpp by initializing the LLCurl class during test setup.
Diffstat (limited to 'indra/test/CMakeLists.txt')
-rw-r--r--indra/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt
index 86cf153610..45c6130bd5 100644
--- a/indra/test/CMakeLists.txt
+++ b/indra/test/CMakeLists.txt
@@ -38,7 +38,7 @@ set(test_SOURCE_FILES
lldoubledispatch_tut.cpp
llevents_tut.cpp
llhttpdate_tut.cpp
-# llhttpclient_tut.cpp # Segfaults, disabled.
+ llhttpclient_tut.cpp
llhttpnode_tut.cpp
lliohttpserver_tut.cpp
llmessageconfig_tut.cpp