mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
refactor(test): clean up location of BigDataTest helper outside of main test files
This commit is contained in:
parent
14462ae233
commit
d25d3653bb
3 changed files with 5 additions and 9 deletions
|
|
@ -1,8 +1,2 @@
|
|||
#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