C-Thread-Pool/tests/normal_compile.sh

18 lines
246 B
Bash
Raw Normal View History

2015-03-06 19:18:15 +03:00
#! /bin/bash
#
# This will run all tests for a simple compilation
#
# ---------------------------- Tests -----------------------------------
2015-03-06 19:26:05 +03:00
. threadpool.sh
. pause_resume.sh
2015-03-12 22:16:27 +03:00
. heap_stack_garbage.sh
2015-03-06 19:26:05 +03:00
. memleaks.sh
. wait.sh
echo "No errors"