1
0
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:
2023-02-06 15:58:54 +01:00
parent 1c3bb4e360
commit bf2d10d67b
3 changed files with 482 additions and 1 deletions

View File

@@ -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;
}
}