This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
30fd73fb81
freebsd-dev
/
tools
/
regression
/
usr.bin
/
file2c
/
Makefile
5 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add an exceedingly simple regression test for the file2c program. One would hope that it would never regress, but this is a straightforward test, so add it.
2002-04-20 19:01:21 +00:00
# $FreeBSD$
all
:
Move all remaining tests except for: make(1): Does not work like the other tests. Its Makefile is self-testing. m4(1): It uses complex voodo to test GNU m4(1) features. To the new framework. I had worried about passing the binary data that uudecode(1)'s test passes to diff(1) might give a user something nasty, but this is unlikely to happen as even with an unmodified old nasty diff(1) which doesn't recognise many binary files, these binary files are recognised. Using $DIFF instead of `diff' in the library and making it possible to override this with `cmp -s' might be nice some day, but as of this second, there's no immediate need.
2002-06-24 14:22:44 +00:00
@m4
${
.CURDIR
}
/../regress.m4
${
.CURDIR
}
/regress.sh
|
sh /dev/stdin
${
.CURDIR
}
Reference in New Issue
Copy Permalink