mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
8 lines
171 B
C++
8 lines
171 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include "test/Test.hpp"
|
|
#include "storm/Big.hpp"
|
|
|
|
|
|
BigDataTest::BigDataTest() { SBigNew(&num); }
|
|
BigDataTest::~BigDataTest() { SBigDel(num); }
|
|
|