diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | testsuite/Makefile.am | 2 | ||||
-rw-r--r-- | testsuite/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 29896f99..219c01da 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2006-08-12 Frank Ch. Eigler <fche@elastic.org> + * Makefile.am (clean-local): Clean up dejagnu turds. + * Makefile.in: Regenerated. + +2006-08-12 Frank Ch. Eigler <fche@elastic.org> + * all: Reorganized old pass-1..4 tests one dejagnu bucket. Moved over old pass-5 tests, except for disabled syscalls tests. * Makefile (installcheck): New target for running pass-1..5 diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index c2bd2d9c..54d1bf57 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -9,7 +9,7 @@ all-local: @ln -sf ../stap . clean-local: - @rm -f ./stap site.exp + @rm -f ./stap site.exp systemtap.sum systemtap.log check-local: diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 640938a4..9d69cf3b 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -330,7 +330,7 @@ all-local: @ln -sf ../stap . clean-local: - @rm -f ./stap site.exp + @rm -f ./stap site.exp systemtap.sum systemtap.log check-local: |