mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
6 lines
169 B
C++
6 lines
169 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include "test/Test.hpp"
|
|
#include "storm/Big.hpp"
|
|
|
|
BigDataTest::BigDataTest() { SBigNew(&num); }
|
|
BigDataTest::~BigDataTest() { SBigDel(num); }
|