89bbae9a26
* Wrongly matches strings that are shorter than the pattern * Fails to match negative character sets * Fails to match character sets that aren't at the end of the pattern * Fails to match character ranges Reviewed by: imp MFC after: 3 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D13173
11 lines
112 B
Makefile
11 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
ATF_TESTS_C+= libcam_test
|
|
ATF_TESTS_C+= cam_test
|
|
|
|
LIBADD+= cam
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|