summaryrefslogtreecommitdiff
path: root/tests/test_tables.c
diff options
context:
space:
mode:
authorAlan Antonuk <aega@med.umich.edu>2012-05-22 14:53:15 -0400
committerAlan Antonuk <aega@med.umich.edu>2012-05-24 15:47:11 -0400
commitc29a40c2ffe48e174f1c212ac715b528693f3edc (patch)
tree9ef25c757f804e75402b6c410afa873af4671d10 /tests/test_tables.c
parentff4e6a2bdf390e0bd6472b7b14baa4d941dff4a2 (diff)
downloadrabbitmq-c-github-ask-c29a40c2ffe48e174f1c212ac715b528693f3edc.tar.gz
Adding tests/ directory to CMake build
Diffstat (limited to 'tests/test_tables.c')
-rw-r--r--tests/test_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tables.c b/tests/test_tables.c
index e4b0f43..659db53 100644
--- a/tests/test_tables.c
+++ b/tests/test_tables.c
@@ -446,7 +446,7 @@ int main(void)
test_dump_value(out);
if (srcdir == NULL)
- srcdir = "tests";
+ srcdir = ".";
expected_path = malloc(strlen(srcdir) + strlen(expected_file_name) + 2);
sprintf(expected_path, "%s/%s", srcdir, expected_file_name);