#!/bin/sh

set -eu

cd "$AUTOPKGTEST_TMP"

c++ -std=c++17 -Wall -Wextra -Wpedantic -Werror "$OLDPWD/examples/hello_server.cc" $(pkg-config --cflags --libs libpistache)
