Skip to content
#

amqp-client

Here are 71 public repositories matching this topic...

Brown-LiuZan
Brown-LiuZan commented Feb 28, 2022
./configure \
  --prefix="${INSTALL_DIR}" \
  --libdir="${LIBDIR}" \
  --bindir="${BINDIR}" \
  --sbindir="${SBINDIR}" \
  --sysconfdir="${SYSCONFDIR}" \
  --localstatedir="${LOCALSTATEDIR}" \
  --datarootdir="${DATAROOTDIR}" \
  --datarootdir="${DATADIR}" \    <--- Should this second datarootdir be datadir?
  --disable-all-plugins \
  --host="
peake100
peake100 commented Apr 21, 2021

We should add tests that match all of the official tutorials. In addition to being a good baseline to ensure correctness, it will also make sure that we avoid the embarrassment of someone trying out our lib by following along with the tutorials running into a bug.

Likely we should use a testing suite, with each method running one of the tutorials and

help wanted good first issue testing

Improve this page

Add a description, image, and links to the amqp-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the amqp-client topic, visit your repo's landing page and select "manage topics."

Learn more