scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit fddce8f77f15dff6716862572d833bd839ebcb07
parent 072a1fabc1a4e1236b4399aa8eb3c884ddb913ac
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  9 Jan 2025 12:36:46 +0100

tests/make: Add missing diff in 0096-escape.sh

Diffstat:
Mtests/make/execute/0096-escape.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/make/execute/0096-escape.sh b/tests/make/execute/0096-escape.sh @@ -16,3 +16,5 @@ MACRO = $$(echo hello) all: @echo MACRO=$(MACRO) EOF + +diff $tmp1 $tmp2