mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-21 21:21:23 +03:00
19 lines
255 B
Bash
Executable File
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"
|