mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 20:28:56 +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;
|
FILE* file;
|
||||||
|
|
||||||
#ifdef SSL_SUPPORT
|
#ifdef SSL_SUPPORT
|
||||||
file = fopen("test-with-ssl.conf", "r");
|
file = fopen("tests/test-with-ssl.conf", "r");
|
||||||
#else
|
#else
|
||||||
file = fopen("test.conf", "r");
|
file = fopen("tests/test.conf", "r");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct config* config = config_parse(file);
|
struct config* config = config_parse(file);
|
||||||
|
|
Loading…
Reference in a new issue