C-Thread-Pool/tests/normal_compile.sh
2015-03-12 19:16:27 +00:00

18 lines
246 B
Bash
Executable File

#! /bin/bash
#
# This will run all tests for a simple compilation
#
# ---------------------------- Tests -----------------------------------
. threadpool.sh
. pause_resume.sh
. heap_stack_garbage.sh
. memleaks.sh
. wait.sh
echo "No errors"