From 4e8997c9ace279350e7f9ae48d76a0aec3fd14c9 Mon Sep 17 00:00:00 2001 From: Tristan Penman Date: Mon, 4 May 2015 11:03:59 +1000 Subject: [PATCH] Update test suite sources in CMakeList.txt file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65837bb..080f7c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ add_executable(external_schema # Unit tests executable add_executable(test_suite tests/test_adapter_comparison.cpp - tests/test_dereference_callback.cpp + tests/test_fetch_document_callback.cpp tests/test_jsoncpp_adapter.cpp tests/test_property_tree_adapter.cpp tests/test_rapidjson_adapter.cpp