citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 2d648ace0b81da4655008ffe00b3bb81a0dbb09d
parent e60610d97fe5aed51c8d368e195548455dc63b96
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed, 31 Aug 2016 22:10:30 -0600

tt: add shebang lines

Diffstat:
Mtt/git.sh | 1+
Mtt/mutt.sh | 1+
Mtt/nmap.sh | 1+
Mtt/nvi.sh | 1+
Mtt/openssl.sh | 1+
5 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tt/git.sh b/tt/git.sh @@ -1,3 +1,4 @@ +#!/bin/sh # # Instruments git, checks logs, and makes sure the resulting program still # works. diff --git a/tt/mutt.sh b/tt/mutt.sh @@ -1,3 +1,4 @@ +#!/bin/sh # # Test that building Mutt works. # diff --git a/tt/nmap.sh b/tt/nmap.sh @@ -1,3 +1,4 @@ +#!/bin/sh # # Instruments Nmap and checks that the instrumented program still runs. # diff --git a/tt/nvi.sh b/tt/nvi.sh @@ -1,3 +1,4 @@ +#!/bin/sh # # Tests that nvi works with C It Run. # diff --git a/tt/openssl.sh b/tt/openssl.sh @@ -1,3 +1,4 @@ +#!/bin/sh # # Instrument openssl, run its testsuite, check the logs and do a quick runtime # sanity test on it.