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