Skip to content

Commit

Permalink
cleanup: Remove unused random_testing program.
Browse files Browse the repository at this point in the history
Fuzzers do a better job of this.
  • Loading branch information
iphydf committed Apr 1, 2022
1 parent b09a1ff commit e04484e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 446 deletions.
2 changes: 0 additions & 2 deletions other/analysis/run-cppcheck
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ CPPCHECK_CXX+=("--suppress=objectIndex")
# False positive in auto_tests.
CPPCHECK_CXX+=("--suppress=shadowArgument")
CPPCHECK_CXX+=("--suppress=shadowFunction")
# Range-for is fine.
CPPCHECK_CXX+=("--suppress=useStlAlgorithm")

run() {
echo "Running cppcheck in variant '$*'"
Expand Down
10 changes: 0 additions & 10 deletions testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,3 @@ cc_binary(
"//c-toxcore/toxcore:mono_time",
],
)

cc_binary(
name = "random_testing",
testonly = 1,
srcs = ["random_testing.cc"],
deps = [
":misc_tools",
"//c-toxcore/toxcore:tox",
],
)
3 changes: 0 additions & 3 deletions testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ target_link_modules(misc_tools toxcore)
if (BUILD_MISC_TESTS)
add_executable(Messenger_test Messenger_test.c)
target_link_modules(Messenger_test toxcore misc_tools)

add_executable(random_testing random_testing.cc)
target_link_modules(random_testing toxcore misc_tools)
endif()
Loading

0 comments on commit e04484e

Please sign in to comment.