summaryrefslogtreecommitdiff
path: root/tests/str_table.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-10-31 21:31:39 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-11-02 11:49:44 +0100
commit7c4b2a289cab34e4ec1b966663530a7babf08707 (patch)
tree612ac3ad117f0235a0653eecba20f5b1842fb0b0 /tests/str_table.c
parent105b454b944e24cf1e033d1b7211cadabbcfe7df (diff)
Backport changes to the test setup
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/str_table.c')
-rw-r--r--tests/str_table.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/str_table.c b/tests/str_table.c
index 0935c89..e185cec 100644
--- a/tests/str_table.c
+++ b/tests/str_table.c
@@ -10,11 +10,6 @@
#include "compat.h"
#include "test.h"
-#define STR(x) #x
-#define STRVALUE(x) STR(x)
-
-#define TEST_PATH STRVALUE(TESTPATH)
-
static char *strings[1000];
static int read_strings(void)