mirror of
https://github.com/Wessel/boilerplate-c.git
synced 2026-07-16 13:03:37 +02:00
feat: add library for tests
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
#include <time.h>
|
||||
|
||||
#include "../include/utils.h"
|
||||
/* Libtap for tests */
|
||||
#include "../include/libtap.h"
|
||||
|
||||
int main(int argc, char *argv[], char *env[]) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user