summaryrefslogtreecommitdiff
path: root/tests/test_tables.c
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-15 17:09:27 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:44 -0600
commitfa9bf464a111549da2d6c7b51fc7eee321ebdc4c (patch)
treea498bbf9459b74fb8c38d3077cfc983a9a7ab484 /tests/test_tables.c
parentb742300edabe34beb505139a818a000ef7767a91 (diff)
downloadrabbitmq-c-github-ask-fa9bf464a111549da2d6c7b51fc7eee321ebdc4c.tar.gz
Convert to non-recursive Automake
This change should speed up parallel builds considerably. It also simplifies the structure of the build system making it possible to properly track dependencies. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
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 363b9f4..a01a9b0 100644
--- a/tests/test_tables.c
+++ b/tests/test_tables.c
@@ -438,7 +438,7 @@ static int compare_files(const char *f1, const char *f2)
return res;
}
-const char *expected_file_name = "test_tables.expected";
+const char *expected_file_name = "tests/test_tables.expected";
int main(int argc, char **argv)
{