We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e8ef1 commit c1458f6Copy full SHA for c1458f6
cmake/test_rules.cmake
@@ -24,7 +24,7 @@ include(CMakeParseArguments)
24
#
25
# Defines a new test executable target with the given target name, sources, and
26
# dependencies. Implicitly adds DEPENDS on gtest and gtest_main.
27
-function(cc_test name)
+function(firebase_cpp_cc_test name)
28
if (ANDROID OR IOS)
29
return()
30
endif()
0 commit comments