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:
iphydf 2021-12-23 03:50:16 +00:00
parent 93fa988a9d
commit 2f546a9710
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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",