From: Thomas Adam Subject: Re: Packaging gameoftrees for openSUSE: Are there any tests I should run? To: Johannes Kastl Cc: gameoftrees@openbsd.org Date: Fri, 7 Mar 2025 08:17:30 +0000 On Fri, 7 Mar 2025 at 04:49, Johannes Kastl wrote: > After figuring out that I have to use bmake aka bsd-make, not GNU > make, I am now stuck. Running "bmake regress" always tells me the > target is up to date. That's because you don't need to use bmake in -portable. If anything, I suspect that wouldn't work. Could you tell us what commands you're running, using GNU Make? For example, the following will work: ./autogen.sh && ./configure && make && sudo make install make tests Kindly, Thomas