Skip to content

Commit 99020fe

Browse files
authored
objc_test has no tests on Windows (#2991)
1 parent 53d3ca1 commit 99020fe

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed
Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017 Google
1+
# Copyright 2019 Google
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -12,20 +12,16 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cc_test(
16-
firebase_firestore_objc_test
17-
SOURCES
18-
objc_type_traits_apple_test.mm
19-
DEPENDS
20-
firebase_firestore_objc
21-
firebase_firestore_util
22-
)
23-
2415
if(APPLE)
25-
target_sources(
26-
firebase_firestore_objc_test PRIVATE
27-
objc_class_test.cc
28-
objc_class_test_helper.h
29-
objc_class_test_helper.mm
16+
cc_test(
17+
firebase_firestore_objc_test
18+
SOURCES
19+
objc_class_test.cc
20+
objc_class_test_helper.h
21+
objc_class_test_helper.mm
22+
objc_type_traits_apple_test.mm
23+
DEPENDS
24+
firebase_firestore_objc
25+
firebase_firestore_util
3026
)
3127
endif()

0 commit comments

Comments
 (0)