mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-21 21:21:23 +03:00
Tests are clean BASH scripts now
This commit is contained in:
parent
33e15ec369
commit
04c37b8bf8
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
#
|
||||
# This file should be included by other shell scripts that
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
#
|
||||
# This file has several tests to check for memory leaks.
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
#
|
||||
# This will run all tests for a simple compilation
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
#
|
||||
# This file will run all tests but with a binary that has
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
#
|
||||
# This file has several tests to check for memory leaks.
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
#
|
||||
# This file has several functional tests similar to what a user
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
#
|
||||
# This file has several tests to check for memory leaks.
|
Loading…
Reference in New Issue
Block a user