added some *serious* test code into logger-test
This commit is contained in:
parent
be1a16736b
commit
952c348e8e
@ -1,8 +1,12 @@
|
||||
#include <why2.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
initLogger("testing lol");
|
||||
int test = initLogger("./logs");
|
||||
|
||||
printf("%d\n", test);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user