[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/1] added configuration option for building tests
From: |
Andrei Kholodnyi |
Subject: |
[PATCH 1/1] added configuration option for building tests |
Date: |
Wed, 8 Sep 2010 21:47:46 +0200 |
> imho binaries that are tests shouldn't be installed. ?Is there a reason
> you want to install them?
of cause I have a reason. I want to test spd binaries and for that I
need to install tests on the target.
How do you want to test binaries w/o installing tests?
> what should happen is this. tests should be built for checks and only checks
> and shouldn't be
> ?installed since they are tests and aren't useful to end users.
I do not see any problem here.
configure --disable-tests
make install
and you are done.
What we can do is just to disable tests by default.
enable_tests=no, then you do not need --disable-tests