![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
#include <interfaces/init.h>
#include <interfaces/node.h>
#include <qt/bitcoin.h>
#include <qt/test/apptests.h>
#include <qt/test/rpcnestedtests.h>
#include <qt/test/uritests.h>
#include <test/util/setup_common.h>
#include <QApplication>
#include <QObject>
#include <QTest>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const std::function< void(const std::string &)> | G_TEST_LOG_FUN {} |
This is connected to the logger. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
const std::function<void(const std::string&)> G_TEST_LOG_FUN {} |
This is connected to the logger.
Can be used to redirect logs to any other log
Definition at line 40 of file test_main.cpp.