2015-03-06 19:18:15 +03:00
|
|
|
#! /bin/bash
|
2015-03-06 19:11:07 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# This will run all tests for a simple compilation
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------------------- Tests -----------------------------------
|
|
|
|
|
|
|
|
. threadpool
|
|
|
|
. pause_resume
|
|
|
|
. memleaks
|
|
|
|
. wait
|
|
|
|
|
|
|
|
echo "No errors"
|