freebsd-src/usr.bin/tsort/tests/Makefile
Dag-Erling Smørgrav 09aee57098 tsort: Add unit tests.
MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D40043
2023-05-10 15:45:44 +02:00

7 lines
86 B
Makefile

PACKAGE= tests
ATF_TESTS_SH= tsort_test
BINDIR= ${TESTSDIR}
.include <bsd.test.mk>