blob: 6e537ca7e81aaadada2f14734acb1f4bf97c939d [file] [log] [blame]
#/*******************************************************************************
# Copyright (C) 2011, Linaro Limited.
#
# This file is part of PM QA.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Torez Smith <torez.smith@linaro.org> (IBM Corporation)
# - initial API and implementation
#******************************************************************************/
testcases = avail_freq01.sh avail_freq02.sh avail_gov01.sh avail_gov02.sh
all:
@for t in $(testcases) ; do chmod +x $$t; done;
clean:
@for t in $(testcases) ; do chmod -x $$t; done;