mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-21 21:21:23 +03:00
16 lines
271 B
Bash
Executable File
16 lines
271 B
Bash
Executable File
#! /bin/bash
|
|
|
|
#
|
|
# This file will run all tests but with a binary that has
|
|
# been compiled with optimization flags.
|
|
#
|
|
|
|
|
|
|
|
# ---------------------------- Tests -----------------------------------
|
|
|
|
COMPILATION_FLAGS='-g -O'
|
|
. normal_compile.sh
|
|
|
|
echo "No optimization errors"
|