mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Add a default value for TEST_SRCDIR
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
|
||||
#include "sodium.h"
|
||||
|
||||
#ifndef TEST_SRCDIR
|
||||
# define TEST_SRCDIR "."
|
||||
#endif
|
||||
|
||||
#define TEST_NAME_RES TEST_NAME ".res"
|
||||
#define TEST_NAME_OUT TEST_SRCDIR "/" TEST_NAME ".exp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user