]> sourceware.org Git - systemtap.git/commit
Include stapgames in the testsuite
authorMasami Hiramatsu <masami.hiramatsu@gmail.com>
Fri, 2 Nov 2012 01:41:55 +0000 (21:41 -0400)
committerLukas Berk <lberk@redhat.com>
Fri, 2 Nov 2012 01:41:55 +0000 (21:41 -0400)
commit80fa2df0b3c6db9501b9e36a0b48b1fb7eb0fb12
tree4f97fa78d833c62dde8779900491a0f21530e1fb
parent6270010720726ec3730f9f54c3a4e4ef2ee37a81
Include stapgames in the testsuite

New systemtap.examples/stapgames directory added with the supporting
tapsets located in the 'tapset' subdirectory.  All tests run with -p4
specified.

* testsuite/systemtap.examples/stapgames/block.meta : block meta data
* testsuite/systemtap.examples/stapgames/block.stp : break a ceiling of
  blocks
* testsuite/systemtap.examples/stapgames/eater.meta : eater meta data
* testsuite/systemtap.examples/stapgames/eater.stp : eat the .'s before
  being eaten
* testsuite/systemtap.examples/stapgames/lifegame.meta : life meta data
* testsuite/systemtap.examples/stapgames/lifegame.stp : watch a
  'lifeform' morph and evolve
* testsuite/systemtap.examples/stapgames/pingpong.meta : ping pong meta
  data
* testsuite/systemtap.examples/stapgames/pingpong.stp : cursor bounces
  around terminal reflecting off edges
* testsuite/systemtap.examples/stapgames/tapset/audio.stp : audio
  functionality
* testsuite/systemtap.examples/stapgames/tapset/cursor.stp : cursor
  functionality and tracking
* testsuite/systemtap.examples/stapgames/tapset/game.stp : seed values
* testsuite/systemtap.examples/stapgames/tapset/gmtty.stp : tty functionality
* testsuite/systemtap.examples/stapgames/tapset/input.stp : controlling
  game input
13 files changed:
testsuite/systemtap.examples/stapgames/block.meta [new file with mode: 0644]
testsuite/systemtap.examples/stapgames/block.stp [new file with mode: 0755]
testsuite/systemtap.examples/stapgames/eater.meta [new file with mode: 0644]
testsuite/systemtap.examples/stapgames/eater.stp [new file with mode: 0755]
testsuite/systemtap.examples/stapgames/lifegame.meta [new file with mode: 0644]
testsuite/systemtap.examples/stapgames/lifegame.stp [new file with mode: 0755]
testsuite/systemtap.examples/stapgames/pingpong.meta [new file with mode: 0644]
testsuite/systemtap.examples/stapgames/pingpong.stp [new file with mode: 0755]
testsuite/systemtap.examples/stapgames/tapset/audio.stp [new file with mode: 0755]
testsuite/systemtap.examples/stapgames/tapset/cursor.stp [new file with mode: 0755]
testsuite/systemtap.examples/stapgames/tapset/game.stp [new file with mode: 0755]
testsuite/systemtap.examples/stapgames/tapset/gmtty.stp [new file with mode: 0755]
testsuite/systemtap.examples/stapgames/tapset/input.stp [new file with mode: 0755]
This page took 0.02378 seconds and 5 git commands to generate.