1#!/bin/bash
2
3mkdir -p build
4cd build
5../configure --prefix="" --enable-debug
6cd tests
7make check
8cd ..
9cd ..
10