C-Thread-Pool/tests/normal_compile.sh

19 lines
255 B
Bash
Raw Permalink 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
. api.sh
2015-03-06 19:26:05 +03:00
. 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"