File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed
Firestore/core/test/firebase/firestore/objc Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2017 Google
1
+ # Copyright 2019 Google
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
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
-
24
15
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
30
26
)
31
27
endif ()
You can’t perform that action at this time.
0 commit comments