#!/bin/sh

set -e

exec 2>&1

cd test
./cert/create-cert.sh
make u_map core framework websocket

./u_map
./core
./framework
./websocket
