Merge pull request #5950
3a3ecc0Initialization: setup environment before starting QT tests (dexX7)fc3979aInitialization: setup environment before starting tests (dexX7)ba0fa0dInitialization: set fallback locale as environment variable (dexX7)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "config/bitcoin-config.h"
|
||||
#endif
|
||||
|
||||
#include "util.h"
|
||||
#include "uritests.h"
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
@@ -27,6 +28,7 @@ Q_IMPORT_PLUGIN(qkrcodecs)
|
||||
// This is all you need to run all the tests
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
SetupEnvironment();
|
||||
bool fInvalid = false;
|
||||
|
||||
// Don't remove this, it's needed to access
|
||||
|
||||
Reference in New Issue
Block a user