mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(big): add SBigAnd
This commit is contained in:
parent
c42bad55a2
commit
6801b32a99
8 changed files with 111 additions and 0 deletions
|
|
@ -1,2 +1,8 @@
|
|||
#define CATCH_CONFIG_MAIN
|
||||
#include "test/Test.hpp"
|
||||
#include "storm/Big.hpp"
|
||||
|
||||
|
||||
BigDataTest::BigDataTest() { SBigNew(&num); }
|
||||
BigDataTest::~BigDataTest() { SBigDel(num); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue