SELKIELogger
1.0.0
|
Basic Queue testing. More...
Go to the source code of this file.
Functions | |
int | main (void) |
Basic Queue testing.
Note that this is a single threaded test.
Ideally this test should also be checked with valgrind to ensure memory is not being leaked through basic queue operations.
Definition in file QueueTest.c.
int main | ( | void | ) |
Initialise, fill, drain, and destroy queue instance.
Definition at line 47 of file QueueTest.c.