mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 11:05:45 +01:00
add testing code
This commit is contained in:
18
test/src/main.c
Normal file
18
test/src/main.c
Normal file
@@ -0,0 +1,18 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "test.h"
|
||||
|
||||
int main(void) {
|
||||
/*
|
||||
// tests that should be performed
|
||||
testdat tests[] = {
|
||||
};
|
||||
|
||||
// get test count
|
||||
size_t n = sizeof(tests) / sizeof(tests[0]);
|
||||
*/
|
||||
|
||||
return exec_tests(NULL, 0);
|
||||
// return exec_tests(tests, n);
|
||||
}
|
||||
Reference in New Issue
Block a user