mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-22 05:31:18 +03:00
18 lines
246 B
Bash
Executable File
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"
|