Missed from previus commit
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
void check_before(uint32_t a, uint32_t b)
|
||||
{
|
||||
printf("%lu before %lu = %d\n", a ,b, seq_before(a, b));
|
||||
printf("%lu before %lu = %d\n", a ,b, seq_lt(a, b));
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
@@ -16,6 +16,7 @@ extern Suite *logging_suite(void);
|
||||
extern Suite *threadqueue_suite(void);
|
||||
extern Suite *buffer_suite(void);
|
||||
extern Suite *clock_suite(void);
|
||||
extern Suite *seq_suite(void);
|
||||
|
||||
static suite_func suites[] = {
|
||||
bitvec_suite,
|
||||
@@ -28,6 +29,7 @@ static suite_func suites[] = {
|
||||
threadqueue_suite,
|
||||
buffer_suite,
|
||||
clock_suite,
|
||||
seq_suite,
|
||||
};
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user