Go to the source code of this file.
Functions | |
END_TEST Suite * | sdiff_test_suite (void) |
START_TEST (test_no_match) | |
END_TEST | START_TEST (test_beginning_matches) |
END_TEST | START_TEST (test_end_matches) |
Variables | |
navigation_measurement_t | nm1 = {.prn = 1} |
navigation_measurement_t | nm2 = {.prn = 2} |
navigation_measurement_t | nm3 = {.prn = 3} |
navigation_measurement_t | nm4 = {.prn = 4} |
navigation_measurement_t | nms_no_match1 [2] |
navigation_measurement_t | nms_no_match2 [2] |
END_TEST Suite* sdiff_test_suite | ( | void | ) |
Definition at line 169 of file check_single_diff.c.
START_TEST | ( | test_no_match | ) |
Definition at line 14 of file check_single_diff.c.
END_TEST START_TEST | ( | test_beginning_matches | ) |
Definition at line 56 of file check_single_diff.c.
END_TEST START_TEST | ( | test_end_matches | ) |
Definition at line 112 of file check_single_diff.c.
navigation_measurement_t nm1 = {.prn = 1} |
Definition at line 6 of file check_single_diff.c.
navigation_measurement_t nm2 = {.prn = 2} |
Definition at line 7 of file check_single_diff.c.
navigation_measurement_t nm3 = {.prn = 3} |
Definition at line 8 of file check_single_diff.c.
navigation_measurement_t nm4 = {.prn = 4} |
Definition at line 9 of file check_single_diff.c.
Definition at line 11 of file check_single_diff.c.
Definition at line 12 of file check_single_diff.c.