opnsense-src/tests/include/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
308 B
Makefile
Raw Normal View History

.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/include
ATF_TESTS_C+= byteswap_test
ATF_TESTS_C+= byteswap_endian_test
ATF_TESTS_C+= endian_test
ATF_TESTS_C+= endian_sys_endian_test
ATF_TESTS_C+= stdckdint_test
ATF_TESTS_C+= sys_endian_test
ATF_TESTS_C+= sys_endian_endian_test
.include <bsd.test.mk>