Skip to content

Commit 2ece69a

Browse files
ryanmeiera-maurice
authored andcommitted
Messaging OSS Testapp Prep
Re-organized Messaging test files into tests/ folder, and added CMakeLists.txt file for tests. None of the messaging tests run on desktop, so no tests are actually set up yet (pending ios and android tests being ready for OSS). PiperOrigin-RevId: 259568448
1 parent c979123 commit 2ece69a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

messaging/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,8 @@ if(IOS)
138138
# Add a dependency to downloading the headers onto messaging.
139139
add_dependencies(firebase_messaging ${pod_target_name})
140140
endif()
141+
142+
if(FIREBASE_CPP_BUILD_TESTS)
143+
# Add the tests subdirectory
144+
add_subdirectory(tests)
145+
endif()

0 commit comments

Comments
 (0)