#include "qa_utils.h"
#include <volk/volk.h>
#include <vector>
Go to the source code of this file.
◆ QA
#define QA |
( |
|
test | ) |
test_cases.push_back(test); |
◆ VOLK_INIT_PUPP
#define VOLK_INIT_PUPP |
( |
|
func, |
|
|
|
puppet_master_func, |
|
|
|
test_params |
|
) |
| |
Value:volk_test_case_t(func##_get_func_desc(), (
void(*)())func##_manual, std::string(#func),\
volk_test_params_t test_params(1e-6f, 327.f, 131071, 1987, false, "")
Definition: qa_utils.h:87
◆ VOLK_INIT_TEST
Value:volk_test_case_t(func##_get_func_desc(), (
void(*)())func##_manual, std::string(#func),\
volk_test_params_t test_params(1e-6f, 327.f, 131071, 1987, false, "")
Definition: qa_utils.h:87
◆ init_test_list()