Add a default value for TEST_SRCDIR

This commit is contained in:
Frank Denis
2014-04-14 15:52:55 -07:00
parent aa88415338
commit e2262de49c
+4
View File
@@ -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"