Skip to content
Snippets Groups Projects
Forked from cellframe / celllframe-node
2300 commits behind the upstream repository.
main.c 252 B
#include "dap_global_db_test.h"
#include "dap_tx_test.h"
#include "dap_common.h"


int main(void) {
    // switch off debug info from library
     dap_log_level_set(L_CRITICAL);
    // dap_global_db_tests_run();
    dap_tx_tests_run();
    return 0;
}