[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Splitting "make check" into separate build and run targets
From: |
Björn Stenberg |
Subject: |
Re: Splitting "make check" into separate build and run targets |
Date: |
Fri, 16 Nov 2012 08:38:02 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Stefano Lattarini wrote:
> Couldn't you simply add a 'buil-tests' target that creates
> all the programs in $(TESTS)? Something as simple as:
>
> build-tests: $(TESTS)
>
> Then run it on the build system, before running "make check" on
> the embedded target. Or am I missing something?
The "check" target depends on the test programs, which in turn depend on their
source code files.
I want to install only the test programs and test data on target, leaving out
the the source and object files. That's why I created a "run" target that does
not depend on those files being present.
--
Björn
- Splitting "make check" into separate build and run targets, Björn Stenberg, 2012/11/15
- Re: Splitting "make check" into separate build and run targets, Stefano Lattarini, 2012/11/15
- Re: Splitting "make check" into separate build and run targets,
Björn Stenberg <=
- Re: Splitting "make check" into separate build and run targets, NightStrike, 2012/11/16
- Re: Splitting "make check" into separate build and run targets, Björn Stenberg, 2012/11/19
- Re: Splitting "make check" into separate build and run targets, Stefano Lattarini, 2012/11/17
- Re: Splitting "make check" into separate build and run targets, Björn Stenberg, 2012/11/19
- Re: Splitting "make check" into separate build and run targets, Stefano Lattarini, 2012/11/19
- Re: Splitting "make check" into separate build and run targets, Björn Stenberg, 2012/11/20
- Re: Splitting "make check" into separate build and run targets, Stefano Lattarini, 2012/11/21