8 lines
110 B
C
8 lines
110 B
C
|
#include <assert.h>
|
||
|
#include <stdbool.h>
|
||
|
#include "../lib/display.h"
|
||
|
|
||
|
void test_display() {
|
||
|
assert(true);
|
||
|
}
|