mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
* 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
10 lines
112 B
Makefile
10 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
ATF_TESTS_C+= libcam_test
|
|
ATF_TESTS_C+= cam_test
|
|
|
|
LIBADD+= cam
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|