Cleanup obsolete tests from displaying in help

This commit is contained in:
Andrii Doroshenko (Xrayez)
2020-07-29 15:07:16 +03:00
parent 157958c77c
commit 63720648e8
3 changed files with 33 additions and 112 deletions

View File

@ -31,11 +31,6 @@
#ifndef TEST_MAIN_H
#define TEST_MAIN_H
#include "core/list.h"
#include "core/os/main_loop.h"
#include "core/ustring.h"
const char **tests_get_names();
int test_main(int argc, char *argv[]);
#endif // TEST_MAIN_H