opnsense-src/lib/csu/tests/Makefile.tests

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

13 lines
238 B
Makefile
Raw Permalink Normal View History

ATF_TESTS_C+= init_test
ATF_TESTS_C+= fini_test
ATF_TESTS_CXX+= cxx_constructors
WARNS?= 3
.if exists(${.CURDIR:H:H}/${MACHINE_ARCH})
CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_ARCH}
.else
CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_CPUARCH}
.endif