freebsd-dev/lib/libcam/tests/Makefile
Alan Somers 8a0a413e12 Fix multiple bugs in cam_strmatch
* 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
2017-11-20 22:01:45 +00:00

11 lines
112 B
Makefile

# $FreeBSD$
ATF_TESTS_C+= libcam_test
ATF_TESTS_C+= cam_test
LIBADD+= cam
WARNS?= 6
.include <bsd.test.mk>