Skip to content

Move big-int unit test to unit/ folder and make it a CATCH-style test [blocks: #2452] #3409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2018
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
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 @@ -70,7 +70,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