File: common.sh

package info (click to toggle)
liburcu 0.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,332 kB
  • ctags: 2,688
  • sloc: ansic: 19,048; sh: 11,200; makefile: 551
file content (12 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#
# This file is meant to be sourced from other tests scripts.
#

if [ -x "$URCU_TEST_TIME_BIN" ]; then
	test_time_bin="$URCU_TEST_TIME_BIN"
elif [ -x "/usr/bin/time" ]; then
	test_time_bin="/usr/bin/time"
else
	test_time_bin=""
fi