Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion library/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ filegroup(
srcs = glob(
["*.cpp", "*.hpp"],
exclude = [
"itest.cpp",
"context_equivalence.cpp",
"calc_par_test.cpp", # Uses GoogleTest, compiled separately
],
Expand Down
2 changes: 1 addition & 1 deletion library/tests/args.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/// @brief Command-line argument parsing for test utilities.
///
/// Provides functions to parse and validate command-line options
/// for test driver programs (dtest, itest). Options include:
/// for the dtest driver program. Options include:
/// - Input file specification
/// - Solver type selection (solve, calc, play, par, dealer_par)
/// - Number of threads
Expand Down
47 changes: 0 additions & 47 deletions library/tests/itest.cpp

This file was deleted.

Loading