This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-03-10 10:13:20 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
376d460cff
opnsense-src
/
tools
/
regression
/
usr.bin
/
uudecode
/
Makefile
5 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Start adding framework for userland regression tests, and tests for uuencode and uudecode.
2002-04-20 13:20:21 -04: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 10:22:44 -04:00
@m4
${
.CURDIR
}
/../regress.m4
${
.CURDIR
}
/regress.sh
|
sh /dev/stdin
${
.CURDIR
}
Reference in a new issue
Copy permalink