freebsd-dev/usr.bin/getconf
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
..
tests usr.bin/getconf: add some initial tests 2017-05-18 01:43:30 +00:00
confstr.gperf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
fake-gperf.awk getconf: use nitems(..) to compute NWORDS instead of hardcoding 2017-05-14 20:39:01 +00:00
getconf.1 Remove vestigal references to __alpha__ 2016-08-08 07:19:30 +00:00
getconf.c Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
getconf.h usr.bin/getconf: add some initial tests 2017-05-18 01:43:30 +00:00
limits.gperf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
Makefile usr.bin/getconf: add some initial tests 2017-05-18 01:43:30 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
pathconf.gperf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
progenv.gperf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
sysconf.gperf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00