s/util/curses.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include "../lib/util.h"
|
||||
#include "../lib/curses.h"
|
||||
|
||||
void test_util() {
|
||||
void test_curses() {
|
||||
assert(true);
|
||||
}
|
||||
@@ -13,7 +13,7 @@ int main(int argc, const char *argv[]) {
|
||||
test_game();
|
||||
test_keyboard();
|
||||
test_stack();
|
||||
test_util();
|
||||
test_curses();
|
||||
test_test_helper();
|
||||
|
||||
return(0);
|
||||
|
||||
@@ -9,7 +9,7 @@ void test_frame();
|
||||
void test_game();
|
||||
void test_keyboard();
|
||||
void test_stack();
|
||||
void test_util();
|
||||
void test_curses();
|
||||
void test_test_helper();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user