Le 14/05/2017 à 11:13, José G. Juanino a écrit : > Hello FreeBSD ports! > > I am porting a backup software (bup backup), and the upstream Makefile > has a "test" target. I find useful to make a port knob to allow run > such test (disabled by default). What is the best way to accomplish > that task? Is there any doc or "best practique" to watch for? >
You do: TEST_TARGET= test and then, you simply run: make test from the ports directory. Do not add options knobs for it. -- Mathieu Arnold
signature.asc
Description: OpenPGP digital signature
