summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/twentythree.stp
Commit message (Collapse)AuthorAgeFilesLines
* 2007-03-13 Frank Ch. Eigler <fche@redhat.com>fche2007-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | PR 4171. * Makefile.am (check, installcheck): Pass build-tree pointers in environment variables. * configure.ac: Run separate configury for testsuite/. * configure, Makefile.in: Regenerated. 2007-03-14 Frank Ch. Eigler <fche@redhat.com> PR 4171. * configure.ac, configure, aclocal.m4: New files to permit testsuite-only build tree. * Makefile.am (RUNTEST): Arrange a crazy concoction of environment/make variable for runtest. * Makefile.in: Regenerated. * */*.stp: Switch test cases from "./stap" to "stap" throughout. * lib/systemtap.exp: Assume/trace environment variables. (stap_run_batch): Add "#! stap"-handling hack.
* 2006-11-19 Frank Ch. Eigler <fche@elastic.org>fche2006-11-191-0/+3
* main.cxx (main): Signal parse error if a tapset script is given as the user script.