Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TokTok/c-toxcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 67a786ae4900ecc4477b3ca94b4eccb5d995c0ce
Choose a base ref
..
head repository: TokTok/c-toxcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 89b6450d660d6afd279d49d9576085358a185fcb
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 testing/BUILD.bazel
  2. +1 −1 third_party/BUILD.bazel
2 changes: 1 addition & 1 deletion testing/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")

CIMPLE_FILES = [
"//c-toxcore/third_party:cimple_files",
"//c-toxcore/toxav:cimple_files",
"//c-toxcore/toxcore:cimple_files",
"//c-toxcore/toxencryptsave:cimple_files",
@@ -35,6 +34,7 @@ sh_test(
"-Ihs-tokstyle/include",
] + ["$(locations %s)" % f for f in CIMPLE_FILES],
data = CIMPLE_FILES + [
"//c-toxcore/third_party:headers",
"//hs-tokstyle:headers",
"@libsodium//:headers",
"@libvpx//:headers",
2 changes: 1 addition & 1 deletion third_party/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ cc_library(
)

filegroup(
name = "cimple_files",
name = "headers",
srcs = ["cmp/cmp.h"],
visibility = ["//c-toxcore:__subpackages__"],
)