C-Thread-Pool/tests/normal_compile.sh

19 lines
255 B
Bash
Executable File

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