Skip to content

Commit

Permalink
chore: remove solver tests with python script
Browse files Browse the repository at this point in the history
they are now integrated in the standard test suite, divided by smt2 and mps
  • Loading branch information
TendTo committed Feb 13, 2024
1 parent 7c6a092 commit 53d9cdf
Show file tree
Hide file tree
Showing 136 changed files with 5 additions and 34,339 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
# in Windows via a file share from Linux, the scripts will work.
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf

# Ignore language of test files
test/solver/smt2/* linguist-vendored
test/solver/mps/* linguist-vendored
14 changes: 1 addition & 13 deletions test/solver/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("//tools:dlinear.bzl", "dlinear_cc_binary", "dlinear_cc_googletest", "dlinear_cc_library", "solver_test_all")
load("//tools:dlinear.bzl", "dlinear_cc_googletest", "dlinear_cc_library")

dlinear_cc_library(
name = "test_solver_utils",
Expand Down Expand Up @@ -63,15 +63,3 @@ dlinear_cc_googletest(
"//dlinear/solver",
],
)

dlinear_cc_binary(
name = "test_solver_binary",
srcs = ["MainTestSolver.cpp"],
deps = [
"//dlinear/solver",
"//dlinear/util:argparser",
"//dlinear/util:config",
],
)

solver_test_all()
24 changes: 0 additions & 24 deletions test/solver/MainTestSolver.cpp

This file was deleted.

150 changes: 0 additions & 150 deletions test/solver/TestSolver.py

This file was deleted.

1 change: 0 additions & 1 deletion test/solver/files/LP_kleemin3.expected

This file was deleted.

11 changes: 0 additions & 11 deletions test/solver/files/LP_kleemin3.smt2

This file was deleted.

1 change: 0 additions & 1 deletion test/solver/files/afiro.expected

This file was deleted.

84 changes: 0 additions & 84 deletions test/solver/files/afiro.mps

This file was deleted.

Loading

0 comments on commit 53d9cdf

Please sign in to comment.