hardware/intel/libva
Revision | cc86031259117b3cd5607865858c9054cd44db0e (tree) |
---|---|
Time | 2012-07-11 17:43:35 |
Author | Haitao Huang <haitao.huang@inte...> |
Commiter | Xiang, Haihao |
test/basic: changed build target to noinst so they are built by default
Signed-off-by: Haitao Huang <haitao.huang@intel.com>
@@ -20,7 +20,7 @@ | ||
20 | 20 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
21 | 21 | # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
22 | 22 | |
23 | -check_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \ | |
23 | +noinst_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \ | |
24 | 24 | test_07 test_08 test_09 test_10 test_11 |
25 | 25 | |
26 | 26 | AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/src/x11 |
@@ -62,7 +62,7 @@ test_11_SOURCES = test_11.c | ||
62 | 62 | |
63 | 63 | EXTRA_DIST = test_common.c |
64 | 64 | |
65 | -valgrind: $(check_PROGRAMS) | |
66 | - for a in $(check_PROGRAMS); do \ | |
65 | +valgrind: $(noinst_PROGRAMS) | |
66 | + for a in $(noinst_PROGRAMS); do \ | |
67 | 67 | valgrind --leak-check=full --show-reachable=yes .libs/$$a; \ |
68 | 68 | done |