#!/bin/bash
set -e

cd $(dirname $0)

./build
./test
./package
./package-suc
