![]() |
Bitcoin Core
24.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/optiontests.h>
#include <qt/test/rpcnestedtests.h>
#include <qt/test/uritests.h>
#include <test/util/setup_common.h>
#include <QApplication>
#include <QDebug>
#include <QObject>
#include <QTest>
#include <functional>
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... | |
const std::function< std::vector< const char * >)> | G_TEST_COMMAND_LINE_ARGUMENTS {} |
Retrieve the command line arguments. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
const std::function<std::vector<const char*>)> G_TEST_COMMAND_LINE_ARGUMENTS {} |
Retrieve the command line arguments.
Definition at line 48 of file test_main.cpp.
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 46 of file test_main.cpp.