freebsd-dev/sbin/pfctl/tests
Alex Richardson d815e42419 pfctl_test: avoid 200 calls to atf_get_srcdir
I have been trying to reduce the time that testsuite runs take for CheriBSD
on QEMU (currently about 22 hours). One of the slowest tests is pfctl_test:
Just listing the available test cases currently takes 98 seconds on a
CheriBSD RISC-V system due to all the processes being spawned. This trivial
patch reduces the time to 92 seconds. The better solution would be to
rewrite the test in C/C++ which I may do as a follow-up change.

Reviewed By:	kp
Differential Revision: https://reviews.freebsd.org/D26417
2020-09-14 08:51:18 +00:00
..
files Fix test cases after r358448 2020-02-29 13:24:41 +00:00
macro.sh pfctl test: Add a test for macro names with a space in it 2018-10-28 05:50:04 +00:00
Makefile pkgbase: pfctl: tests: Put tests files in the FreeBSD-tests package 2019-09-05 14:19:06 +00:00
Makefile.depend
pfctl_test.sh pfctl_test: avoid 200 calls to atf_get_srcdir 2020-09-14 08:51:18 +00:00