#!/bin/sh

set -e

# build hello and ensure it embeds metadata and show it
(cd samples/hello/ && PREFIX=/usr make && esstra show hello)

# build hello2
(cd samples/hello2/ && PREFIX=/usr make && esstra show hello2)
