aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-test/recipes-extended/common-api/capicxx-perf/capicxx-perf_t.inc
blob: 2503c10b13e89818cee9fe87e473fcb41c40a969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
get_list() {
  return 1
}

get_title() {
  echo "Common API C++ test code"
}

run_1() {
  /opt/tests/capicxx-perf/capicxx-server &
  /opt/tests/capicxx-perf/capicxx-client
  kill -9 `pidof capicxx-server`
  sleep 1
}