Removed dummy test

This commit is contained in:
Joseph Henry
2018-08-22 10:52:37 -07:00
parent 5a82f43aac
commit 5a55cedff5

View File

@@ -1,15 +0,0 @@
#include <stdio.h>
#include <unistd.h>
#include "libzt.h"
int main()
{
printf("Starting ZT service\n");
zts_startjoin("my_config_path",0x0000000000000000);
printf("Dummy. Going into infinite loop. Ping me or something\n");
while(1) {
sleep(1);
}
}