]> sourceware.org Git - systemtap.git/commit
2005-12-23 Kevin Stafford <krstaffo@us.ibm.com>
authorkevinrs <kevinrs>
Fri, 23 Dec 2005 21:09:32 +0000 (21:09 +0000)
committerkevinrs <kevinrs>
Fri, 23 Dec 2005 21:09:32 +0000 (21:09 +0000)
commitf9f5199fb819ca7897ef895f9a4a86aecb147446
tree290f03232fdcb1f16fc21af062fa4725fc96c5d9
parentd003aa24c4f339bdfc2b2e87ac0ba16b09cf221e
2005-12-23  Kevin Stafford <krstaffo@us.ibm.com>
SCRIPTS:
   run.sh - This is the driver for automated testing.
            To run: ./run.sh stpdirectory c_binaries_directory
            Result: log/timestamp.log discerpancy report

   ctostp.sh - This script generates corresponding stp probe script
               files for every C file found in the input directory.
               To Run: ctostp.sh input output where input is the
               directory containing the C files to convert. Output
               is the directory to store the corresponding stp
               files.

   build.sh - This script expedites the process of compiling all
              of the c files. When the "compile" flag is given
              it creates a directory called bin, which stores the
              compiled C programs. ./build.sh clean removes the
              binaries, and ./build.sh run attempts to execute all
              of the programs in cfiles/bin.
tapset/test/README [new file with mode: 0644]
tapset/test/build.sh [new file with mode: 0755]
tapset/test/ctostp.sh [new file with mode: 0755]
tapset/test/gencfiles.sh [new file with mode: 0755]
tapset/test/master.c [new file with mode: 0644]
tapset/test/run.sh [new file with mode: 0755]
This page took 0.026487 seconds and 5 git commands to generate.