Added log test binary
This commit is contained in:
parent
dfb1f0ecf0
commit
d9b0270528
2 changed files with 12 additions and 0 deletions
9
test/log.cpp
Normal file
9
test/log.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <mist/util.h>
|
||||
#include <unistd.h>
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char ** argv){
|
||||
Util::logParser(0, 1, isatty(1));
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue