Test diffutils

This commit is contained in:
fosslinux 2021-01-13 21:38:02 +11:00
parent 6cdf911161
commit f3ad93a1ae
1 changed files with 4 additions and 0 deletions

View File

@ -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