diff options
Diffstat (limited to 'tests/fake_token_path.c')
-rw-r--r-- | tests/fake_token_path.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fake_token_path.c b/tests/fake_token_path.c new file mode 100644 index 0000000..7b2bad3 --- /dev/null +++ b/tests/fake_token_path.c @@ -0,0 +1,6 @@ +#include <libcryptsetup.h> + +const char *crypt_token_external_path(void) +{ + return BUILD_DIR; +} |