mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 09:26:21 +00:00
Fixed test file paths
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef __H_PROFTEST
|
||||
#define __H_PROFTEST
|
||||
|
||||
#define XDG_CONFIG_HOME "./stabbertests/files/xdg_config_home"
|
||||
#define XDG_DATA_HOME "./stabbertests/files/xdg_data_home"
|
||||
#define XDG_CONFIG_HOME "./functionaltests/files/xdg_config_home"
|
||||
#define XDG_DATA_HOME "./functionaltests/files/xdg_data_home"
|
||||
|
||||
void init_prof_test(void **state);
|
||||
void close_prof_test(void **state);
|
||||
|
||||
Reference in New Issue
Block a user