Fix tests when building out-of-tree

(This was too hard. Silly autoconf.)
This commit is contained in:
Nick Mathewson
2014-07-16 21:07:22 +02:00
parent b408125288
commit facecce176
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ static void *
fake_network_setup(const struct testcase_t *testcase)
{
/* This is the file containing our test descriptors. */
const char *fname = BUILDDIR "/src/test/test_descriptors.txt";
const char *fname = TOP_SRCDIR "/src/test/test_descriptors.txt";
(void) testcase;