diff options
author | Alan Antonuk <aega@med.umich.edu> | 2012-05-22 14:53:15 -0400 |
---|---|---|
committer | Alan Antonuk <aega@med.umich.edu> | 2012-05-24 15:47:11 -0400 |
commit | c29a40c2ffe48e174f1c212ac715b528693f3edc (patch) | |
tree | 9ef25c757f804e75402b6c410afa873af4671d10 /tests/test_tables.c | |
parent | ff4e6a2bdf390e0bd6472b7b14baa4d941dff4a2 (diff) | |
download | rabbitmq-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.c | 2 |
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); |