Skip to content

Commit

Permalink
Merge pull request #3409 from tautschnig/big-int-unit-test
Browse files Browse the repository at this point in the history
Move big-int unit test to unit/ folder and make it a CATCH-style test [blocks: #2452]
  • Loading branch information
tautschnig authored Dec 19, 2018
2 parents a15d044 + 17d96d7 commit 28935e6
Show file tree
Hide file tree
Showing 10 changed files with 1,397 additions and 1,517 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ src/goto-diff/goto-diff
src/goto-diff/goto-diff.exe
src/clobber/clobber
src/clobber/clobber.exe
src/big-int/test-bigint
src/big-int/test-bigint.exe
jbmc/src/janalyzer/janalyzer
jbmc/src/janalyzer/janalyzer.exe
jbmc/src/jdiff/jdiff
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ set_target_properties(
linking
pointer-analysis
solvers
test-bigint
testing-utils
unit
util
Expand Down
1 change: 0 additions & 1 deletion src/big-int/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
set(SRC bigint-func.cc bigint.cc)

add_executable(test-bigint ${SRC} bigint-test.cc)
add_library(big-int ${SRC})

generic_includes(big-int)
370 changes: 0 additions & 370 deletions src/big-int/bigint-test.cc

This file was deleted.

Loading

0 comments on commit 28935e6

Please sign in to comment.