Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Automatically run test_tables in 'make check'
Browse files Browse the repository at this point in the history
This involves making test_tables self-contained.  Previously, it would
write to stdout, and that output had to be manually compared with
test_tables.expected.  Now the comparison is automated.
  • Loading branch information
dpw committed Sep 21, 2011
1 parent 6974ec2 commit 7e45283
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 122 deletions.
4 changes: 3 additions & 1 deletion tests/Makefile.am
@@ -1,4 +1,6 @@
noinst_PROGRAMS = test_tables check_PROGRAMS = test_tables
TESTS = $(check_PROGRAMS)
EXTRA_DIST = test_tables.expected


AM_CFLAGS = -I$(top_srcdir)/librabbitmq AM_CFLAGS = -I$(top_srcdir)/librabbitmq


Expand Down

0 comments on commit 7e45283

Please sign in to comment.