summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add support for parsing amqp URLs to librabbitmqDavid Wragg2011-09-211-1/+1
|
* Automatically run test_tables in 'make check'David Wragg2011-09-211-1/+3
| | | | | | 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.
* Use the msinttypes header when building with the Microsoft compilerDavid Wragg2010-10-211-0/+4
|
* Make test_tables.c ISO C90 cleanDavid Wragg2010-10-211-1/+1
| | | | | | | (As long as you have a stdint.h and inttypes.h available.) And kill the unclean macros in amqp.h that were only used from test_tables.c.
* Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-211-0/+8
| | | | | | | | And fix up the resulting warnings We don't use "-ansi -pedantic" in the tools dir, because that code relies on libpopt, and so is unlikely ever to work with the Microsoft compiler anyway.
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-1/+1
|
* Make "make distcheck" work and passTony Garnock-Jones2009-07-141-2/+2
|
* Better support for tablesTony Garnock-Jones2009-05-061-0/+4