Skip to content

Commit 0f1bf15

Browse files
ryanmeiera-maurice
authored andcommitted
Enable Analytics OSS Tests (Desktop)
Moved analytics test files into tests/ folder, and added CMakeLists.txt file to build tests. PiperOrigin-RevId: 258970735
1 parent e2f440c commit 0f1bf15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

analytics/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,8 @@ if(IOS)
146146
# Add a dependency to downloading the headers onto analytics.
147147
add_dependencies(firebase_analytics ${pod_target_name})
148148
endif()
149+
150+
if(FIREBASE_CPP_BUILD_TESTS)
151+
# Add the tests subdirectory
152+
add_subdirectory(tests)
153+
endif()

0 commit comments

Comments
 (0)