Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_runqueue.t « cram « tests - git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d4911047c184f0a44a75634faaf18e4a808a302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
check that runqueue is producing expected results:

  $ [ -n "$TEST_BIN_DIR" ] && export PATH="$TEST_BIN_DIR:$PATH"
  $ valgrind --quiet --leak-check=full test-runqueue
  [1/1] start 'sleep 1'
  [1/1] cancel 'sleep 1'
  [0/1] finish 'sleep 1'
  [1/1] start 'sleep 1'
  [1/1] cancel 'sleep 1'
  [0/1] finish 'sleep 1'
  [1/1] start 'sleep 1'
  [1/1] cancel 'sleep 1'
  [0/1] finish 'sleep 1'
  All done!