summaryrefslogtreecommitdiffstats
path: root/testsuite/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* releng: bump to version 1.2Frank Ch. Eigler2010-03-221-1/+1
|
* Incremented version number for release 1.1.David Smith2009-12-211-1/+1
| | | | | | | | | | | | | | | | * NEWS: Set version number. * configure.ac: Incremented version number. * systemtap.spec: Incremented version number and added changelog entry. * testsuite/configure.ac: Ditto. * Makefile.in: Regenerated. * aclocal.m4: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto. * testsuite/aclocal.m4: Ditto. * testsuite/configure: Ditto.
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-031-0/+12
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in configure doc/Makefile.in doc/SystemTap_Tapset_Reference/Makefile.in grapher/Makefile.in testsuite/configure
| * reorganize app tests; rewrite tcl as sample of improvementsFrank Ch. Eigler2009-10-311-0/+12
|/ | | | | | | | | | | | | | | * testsuite/configure.ac (--enable-testapps): New option. * testsuite/Makefile.am (TESTAPPS): Pass to dejagnu. * testsuite/systemtap.base/{xulrunner,tcl,mysql,postgres}: Moved under new systemtap.apps/ subdirectory. * testsuite/systemtap.apps/stap-tcl.sh: New file to build tcl. * testsuite/systemtap.apps/stap-tcl.stp: New file to test tcl. * testsuite/systemtap.apps/tcl.exp: New simplified test driver. * dtrace.in: Disable STAP_HAS_SEMAPHORES as they don't work on shlibs yet. * includes/sys/sdt.h (STAP_SEMAPHORE): Include __builtin_expect for unlikely.
* Version bumps for the 1.0 releaseJosh Stone2009-09-221-1/+1
|
* Version bumps for the 0.9.9 releaseJosh Stone2009-08-041-1/+1
|
* Version bumps for the 0.9.8 releaseJosh Stone2009-06-111-1/+1
|
* Version bumps for 0.9.7 releaseJosh Stone2009-04-231-1/+1
|
* Version bumps for 0.9.6 releaseJosh Stone2009-04-231-1/+1
|
* Version bumps for 0.9.5 releaseJosh Stone2009-03-271-1/+1
|
* version bump to 0.9 throughoutFrank Ch. Eigler2009-02-171-1/+1
|
* bump version to 0.8Frank Ch. Eigler2008-11-131-1/+1
|
* version bump to 0.7.1Frank Ch. Eigler2008-07-161-1/+1
|
* PR6550: --enable-dejazilla: optional automatic test result reportingFrank Ch. Eigler2008-05-251-0/+15
|
* bump autoconf* version numbers to 0.7Frank Ch. Eigler2008-03-311-1/+1
|
* * release prep: 0.6.2 version bumpfche2008-03-121-1/+1
| | | | | | | 2008-03-12 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Bumped version to 0.6.2. * configure: Regenerated.
* bump to version 0.6.1 in prep for snapshot releasefche2008-01-181-1/+1
| | | | | | | 2008-01-18 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Update version to 0.6.1 * configure: Regenerated.
* 2007-08-14 David Smith <dsmith@redhat.com>dsmith2007-08-141-1/+1
| | | | | | | | | | | | | | | | | Merge from setuid-branch. * configure.ac: Version increase to 0.6. * configure: Regenerated. * parseko/cmdline09.stp: Added new test for staprun command line options. * parseko/cmdline10.stp: Ditto. * parseko/cmdline11.stp: Ditto. * parseko/cmdline12.stp: Ditto. * parseko/cmdline13.stp: Ditto. * parseko/cmdline14.stp: Ditto. * systemtap.samples/args.exp: No longer necessary to use "sudo" to run staprun.
* 2007-07-03 Frank Ch. Eigler <fche@elastic.org>fche2007-07-031-1/+1
| | | | | * configure.ac: Bumped version to 0.5.15 for development. * configure: Regenerated.
* 2007-04-29 Frank Ch. Eigler <fche@elastic.org>fche2007-04-291-1/+1
| | | | | | | | | | * configure.ac: Mention testsuite/configure.ac for version matching. 2007-04-29 Frank Ch. Eigler <fche@elastic.org> * Makefile.am (EXTRA_DIST): Add dejagnu subdirectories. * configure.ac: Bump version to match parent directory. * Makefile.in, configure: Regenerated.
* 2007-03-13 Frank Ch. Eigler <fche@redhat.com>fche2007-03-141-0/+12
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.