mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(big): add SBigAnd
This commit is contained in:
parent
3fa825936d
commit
5d832ea824
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