1f08c3bdfSopenharmony_ci#
2f08c3bdfSopenharmony_ci#    features.mk.in - feature tuning include Makefile.
3f08c3bdfSopenharmony_ci#
4f08c3bdfSopenharmony_ci#    Copyright (C) 2010, Linux Test Project.
5f08c3bdfSopenharmony_ci#
6f08c3bdfSopenharmony_ci#    This program is free software; you can redistribute it and/or modify
7f08c3bdfSopenharmony_ci#    it under the terms of the GNU General Public License as published by
8f08c3bdfSopenharmony_ci#    the Free Software Foundation; either version 2 of the License, or
9f08c3bdfSopenharmony_ci#    (at your option) any later version.
10f08c3bdfSopenharmony_ci#
11f08c3bdfSopenharmony_ci#    This program is distributed in the hope that it will be useful,
12f08c3bdfSopenharmony_ci#    but WITHOUT ANY WARRANTY; without even the implied warranty of
13f08c3bdfSopenharmony_ci#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14f08c3bdfSopenharmony_ci#    GNU General Public License for more details.
15f08c3bdfSopenharmony_ci#
16f08c3bdfSopenharmony_ci#    You should have received a copy of the GNU General Public License along
17f08c3bdfSopenharmony_ci#    with this program; if not, write to the Free Software Foundation, Inc.,
18f08c3bdfSopenharmony_ci#    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19f08c3bdfSopenharmony_ci#
20f08c3bdfSopenharmony_ci# Ngie Cooper, October 2010
21f08c3bdfSopenharmony_ci#
22f08c3bdfSopenharmony_ci
23f08c3bdfSopenharmony_ci# Tools enable knobs
24f08c3bdfSopenharmony_ciWITH_EXPECT			:= @WITH_EXPECT@
25f08c3bdfSopenharmony_ci
26f08c3bdfSopenharmony_ciWITH_PERL			:= @WITH_PERL@
27f08c3bdfSopenharmony_ci
28f08c3bdfSopenharmony_ciWITH_PYTHON			:= @WITH_PYTHON@
29f08c3bdfSopenharmony_ci
30f08c3bdfSopenharmony_ciMETADATA_GENERATOR		:= @METADATA_GENERATOR@
31f08c3bdfSopenharmony_ciWITH_METADATA			:= @WITH_METADATA@
32f08c3bdfSopenharmony_ciWITH_METADATA_HTML		:= @WITH_METADATA_HTML@
33f08c3bdfSopenharmony_ciWITH_METADATA_PDF		:= @WITH_METADATA_PDF@
34f08c3bdfSopenharmony_ci
35f08c3bdfSopenharmony_ci# Features knobs
36f08c3bdfSopenharmony_ci
37f08c3bdfSopenharmony_ci# Test suite knobs
38f08c3bdfSopenharmony_ci
39f08c3bdfSopenharmony_ci# Enable testcases/kernel/power_management's compile and install?
40f08c3bdfSopenharmony_ciifeq ($(UCLINUX),1)
41f08c3bdfSopenharmony_ciWITH_POWER_MANAGEMENT_TESTSUITE	:= no
42f08c3bdfSopenharmony_cielse
43f08c3bdfSopenharmony_ciWITH_POWER_MANAGEMENT_TESTSUITE	:= yes
44f08c3bdfSopenharmony_ciendif
45f08c3bdfSopenharmony_ci
46f08c3bdfSopenharmony_ci# Enable testcases/open_posix_testsuite's compile and install?
47f08c3bdfSopenharmony_ciWITH_OPEN_POSIX_TESTSUITE	:= @WITH_OPEN_POSIX_TESTSUITE@
48f08c3bdfSopenharmony_ci
49f08c3bdfSopenharmony_ci# Enable testcases/realtime's compile and install?
50f08c3bdfSopenharmony_ciifeq ($(UCLINUX),1)
51f08c3bdfSopenharmony_ciWITH_REALTIME_TESTSUITE		:= no
52f08c3bdfSopenharmony_cielse
53f08c3bdfSopenharmony_ciWITH_REALTIME_TESTSUITE		:= @WITH_REALTIME_TESTSUITE@
54f08c3bdfSopenharmony_ciendif
55f08c3bdfSopenharmony_ci
56f08c3bdfSopenharmony_ci# Enable testcases/kernel/kvm compile and install?
57f08c3bdfSopenharmony_ciWITH_KVM_TESTSUITE		:= @WITH_KVM_TESTSUITE@
58