Skip to content

Commit 52d002a

Browse files
ryanmeiera-maurice
authored andcommitted
Enable Remote Config OSS Tests
PiperOrigin-RevId: 259757215
1 parent 2ece69a commit 52d002a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

remote_config/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@ if(IOS)
143143
# Add a dependency to downloading the headers onto remote_config.
144144
add_dependencies(firebase_remote_config ${pod_target_name})
145145
endif()
146+
147+
if(FIREBASE_CPP_BUILD_TESTS)
148+
# Add the tests subdirectory
149+
add_subdirectory(tests)
150+
endif()

0 commit comments

Comments
 (0)