Add initial unit tests.
This commit is contained in:
9
test/stack_test.c
Normal file
9
test/stack_test.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include "../lib/stack.h"
|
||||
|
||||
void test_stack() {
|
||||
assert(true);
|
||||
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user