freebsd-dev/usr.bin/getconf/tests/Makefile
Enji Cooper 20d90b10b1 usr.bin/getconf: add some initial tests
Items tested via this commit are:
- Some basic POSIX constants.
- Some valid programming environments with -v.
- Some invalid programming environments via -v.

NOTE: this test makes assumptions about ILP32/LP32 vs LP64 that are
currently not true on all architectures to avoid hardcoding some
architectures in the tests. I'm working on improving getconf(1) to be
more sane about handling ILP32/LP32 vs LP64. Future commits are coming
soon to address this.

MFC after:	2 weeks
Tested with:	amd64, i386
Sponsored by:	Dell EMC Isilon
2017-05-18 01:43:30 +00:00

12 lines
119 B
Makefile

# $FreeBSD$
ATF_TESTS_SH+= getconf_test
PROGS+= arch_type
BINDIR= ${TESTSDIR}
WARNS?= 6
.include <bsd.test.mk>