gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What happened to scons testclean?


From: Fred Wright
Subject: Re: What happened to scons testclean?
Date: Thu, 10 Dec 2020 20:17:26 -0800 (PST)
User-agent: Alpine 2.23 (OSX 453 2020-06-18)


On Thu, 10 Dec 2020, Gary E. Miller wrote:
On Thu, 10 Dec 2020 19:38:25 -0800 (PST)
Fred Wright <fw@fwright.net> wrote:

Is there a way to build the code without running it?  That would
let me run a pass 0 to build the code, then go into my loop doing
the checking.

The 'build-all' target should build all the tests without running
them. But it's been years since I added it, so it may have suffered
some bitrot.

see b uild-all is still there:

build_all = env.Alias('build-all', build + testprogs)

So maybe "scons testprogs" will build all the test programs?

No, currently 'testprogs' is just an internal variable and not a target. That could be fixed easily, but for Hal's purpose I'd expect 'build-all' to work just as well. The main question is whether 'testprogs' is up to date.

Fred Wright



reply via email to

[Prev in Thread] Current Thread [Next in Thread]