#include "../algo-common.h"
#include "./create-synthetic-l500-thermal-table.h"
#include "algo/thermal-loop/l500-thermal-loop.h"
Go to the source code of this file.
Functions | |
TEST_CASE ("parse_thermal_table","[thermal-loop]") | |
TEST_CASE ("invalid thermal table","[thermal-loop]") | |
TEST_CASE ("data_size_too_small","[thermal-loop]") | |
TEST_CASE ("data_size_too_large","[thermal-loop]") | |
TEST_CASE ("build_raw_data","[thermal-loop]") | |
TEST_CASE ("build_raw_data_no_data","[thermal-loop]") | |
TEST_CASE | ( | "parse_thermal_table" | , |
"" | [thermal-loop] | ||
) |
Definition at line 13 of file test-table-parsing.cpp.
TEST_CASE | ( | "invalid thermal table" | , |
"" | [thermal-loop] | ||
) |
Definition at line 21 of file test-table-parsing.cpp.
TEST_CASE | ( | "data_size_too_small" | , |
"" | [thermal-loop] | ||
) |
Definition at line 30 of file test-table-parsing.cpp.
TEST_CASE | ( | "data_size_too_large" | , |
"" | [thermal-loop] | ||
) |
Definition at line 38 of file test-table-parsing.cpp.
TEST_CASE | ( | "build_raw_data" | , |
"" | [thermal-loop] | ||
) |
Definition at line 46 of file test-table-parsing.cpp.
TEST_CASE | ( | "build_raw_data_no_data" | , |
"" | [thermal-loop] | ||
) |
Definition at line 84 of file test-table-parsing.cpp.