opnsense-src/usr.bin/factor/tests/Makefile
Enji Cooper c60be9ea6b Add simple factor/primes regression tests
This will help ensure that the change following this
one to support OpenSSL 3 is sane.

MFC after:	1 week
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D40297
2023-05-27 11:11:44 -07:00

4 lines
80 B
Makefile

ATF_TESTS_SH+= factor_tests
ATF_TESTS_SH+= primes_tests
.include <bsd.test.mk>