mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix tests when building out-of-tree
(This was too hard. Silly autoconf.)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user