mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Rename test source to match standard.
All tests should end in `_test.c` or `_test.cc` for unit tests.
This commit is contained in:
parent
93fa988a9d
commit
2f546a9710
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
cirrus-ci_task:
|
||||
container:
|
||||
image: toxchat/toktok-stack:0.0.29-third_party
|
||||
image: toxchat/toktok-stack:0.0.30-third_party
|
||||
cpu: 2
|
||||
memory: 2G
|
||||
configure_script:
|
||||
|
@ -19,7 +19,7 @@ cirrus-ci_task:
|
|||
|
||||
cimple_task:
|
||||
container:
|
||||
image: toxchat/toktok-stack:0.0.29-third_party
|
||||
image: toxchat/toktok-stack:0.0.30-third_party
|
||||
cpu: 2
|
||||
memory: 4G
|
||||
configure_script:
|
||||
|
|
|
@ -285,7 +285,7 @@ cc_library(
|
|||
cc_test(
|
||||
name = "friend_connection_test",
|
||||
size = "small",
|
||||
srcs = ["friend_connection.cc"],
|
||||
srcs = ["friend_connection_test.cc"],
|
||||
deps = [
|
||||
":friend_connection",
|
||||
"@com_google_googletest//:gtest_main",
|
||||
|
|
Loading…
Reference in New Issue
Block a user