mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 04:18:55 +00:00
moved tests to new directory
This commit is contained in:
parent
52dbf646ec
commit
92f007345e
3 changed files with 2 additions and 2 deletions
|
@ -241,9 +241,9 @@ void testConfig() {
|
|||
FILE* file;
|
||||
|
||||
#ifdef SSL_SUPPORT
|
||||
file = fopen("test-with-ssl.conf", "r");
|
||||
file = fopen("tests/test-with-ssl.conf", "r");
|
||||
#else
|
||||
file = fopen("test.conf", "r");
|
||||
file = fopen("tests/test.conf", "r");
|
||||
#endif
|
||||
|
||||
struct config* config = config_parse(file);
|
||||
|
|
Loading…
Reference in a new issue