commit: f3ad93a1aecd05489cfbe35038019c4e21291a0a
parent 6cdf9111618353bdfeb3986b24720f1d2202c5d0
Author: fosslinux <fosslinux@aussies.space>
Date: Wed, 13 Jan 2021 21:38:02 +1100
Test diffutils
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/sysa/diffutils-2.7.kaem b/sysa/diffutils-2.7.kaem
@@ -32,3 +32,7 @@ tcc -c -I. regex.c
# Link
tcc -static -o ${bindir}/cmp cmp.o cmpbuf.o error.o getopt.o getopt1.o xmalloc.o version.o
tcc -static -o ${bindir}/diff diff.o analyze.o cmpbuf.o dir.o io.o util.o context.o ed.o ifdef.o normal.o side.o fnmatch.o getopt.o getopt1.o regex.o version.o
+
+# Test
+cmp --version
+diff --version