Friday, April 13, 2018

Re: new misc/os-test

ok.


cd ${WRKBUILD} && make -V SUITE_LIST >suite.list
cd ${WRKBUILD} && for suite in `cat suite.list`; do\
make -C $$suite -V TESTS > $$suite-test.list;\
done

For ports we'd normally use ${MAKE_PROGRAM} rather than hardcoding,
but it doesn't make a lot of difference so I don't mind either way.

The gitlab distfile is liable to change when they update tools but
that's probably easiest to handle by mirroring if it happens.

No comments:

Post a Comment