File: normal_compile.sh

package info (click to toggle)
cthreadpool 0.0%2Bgit20170424-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: ansic: 566; sh: 182; makefile: 16
file content (18 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /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"