You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2020/03/12 17:40:26 UTC

[geode-native] branch develop updated: Revert globbing of source. (#576)

This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 35cea68  Revert globbing of source. (#576)
35cea68 is described below

commit 35cea68a1c1e9b303aa4419e6660d916d54413ff
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Thu Mar 12 10:40:16 2020 -0700

    Revert globbing of source. (#576)
---
 cppcache/test/CMakeLists.txt | 41 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 38 insertions(+), 3 deletions(-)

diff --git a/cppcache/test/CMakeLists.txt b/cppcache/test/CMakeLists.txt
index 0d3cc0a..9f45707 100644
--- a/cppcache/test/CMakeLists.txt
+++ b/cppcache/test/CMakeLists.txt
@@ -16,9 +16,44 @@
 cmake_minimum_required( VERSION 3.10 )
 project(apache-geode_unittests LANGUAGES CXX)
 
-file(GLOB_RECURSE SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
-
-add_executable(apache-geode_unittests ${SOURCES})
+add_executable(apache-geode_unittests
+  AutoDeleteTest.cpp
+  ByteArray.cpp
+  ByteArray.hpp
+  ByteArrayFixture.cpp
+  ByteArrayFixture.hpp
+  ByteArrayTest.cpp
+  CacheableDateTest.cpp
+  CacheableKeyCreateTests.cpp
+  CacheableKeysTest.cpp
+  CacheableStringEqualityTest.cpp
+  CacheableStringTests.cpp
+  CacheTest.cpp
+  CacheXmlParserTest.cpp
+  ChunkedHeaderTest.cpp
+  ClientConnectionResponseTest.cpp
+  ClientProxyMembershipIDTest.cpp
+  DataInputTest.cpp
+  DataOutputTest.cpp
+  ExceptionTypesTest.cpp
+  geodeBannerTest.cpp
+  gtest_extensions.h
+  InterestResultPolicyTest.cpp
+  LocalRegionTest.cpp
+  PdxInstanceImplTest.cpp
+  RegionAttributesFactoryTest.cpp
+  SerializableCreateTests.cpp
+  StructSetTest.cpp
+  TcrMessageTest.cpp
+  ThreadPoolTest.cpp
+  util/functionalTests.cpp
+  util/JavaModifiedUtf8Tests.cpp
+  util/queueTest.cpp
+  util/synchronized_mapTest.cpp
+  util/synchronized_setTest.cpp
+  util/TestableRecursiveMutex.hpp
+  util/chrono/durationTest.cpp
+)
 
 target_compile_definitions(apache-geode_unittests
   PUBLIC