tests: unit: add bignum tests
This commit is contained in:
parent
2600eb2ba7
commit
7c1b3d302e
3 changed files with 29 additions and 6 deletions
|
|
@ -6,13 +6,14 @@ gtest = dependency(
|
|||
|
||||
if gtest.found()
|
||||
unit_test_sources = files(
|
||||
'base.cc',
|
||||
'bignum.cc',
|
||||
)
|
||||
|
||||
unit_tests = executable(
|
||||
'unit_tests',
|
||||
sources: unit_test_sources,
|
||||
dependencies: [
|
||||
bignum,
|
||||
gtest,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue