blob: 1bbb056a284cfdab9bead22c01ab21525406cb7f [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# DESCRIPTION:ChromeOS kernel testing with LTP test lib calls in tests.
#
# For sh scripts, export TCdat so the cmd line tools will work.
# For executables, simply supply the command.
#
# During the build process all scripts and executables are placed
# into $LTPROOT/testcases/bin and the harness looks there explicitly.
#
# tag test case cmdline
# sample .sh test with LTP test lib calls.
cros_sample_cmd_cs export TCdat=$LTPROOT/testcases/bin; cros_sample_crossystem_tests.sh
# sample .c test with LTP test lib calls.
cros_sample_getcwd02 cros_sample_getcwd02