diff options
author | dsmith <dsmith> | 2007-03-19 20:56:53 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-03-19 20:56:53 +0000 |
commit | dc499f36287a8c960f2ccf0d1940b52a8cc62c84 (patch) | |
tree | d114f22a79ea8c450ff9b09ce06fddfec8f37a84 /testsuite | |
parent | 255e4c681ec42ab8a88ac60d1a31fd8209a90fb1 (diff) | |
download | systemtap-steved-dc499f36287a8c960f2ccf0d1940b52a8cc62c84.tar.gz systemtap-steved-dc499f36287a8c960f2ccf0d1940b52a8cc62c84.tar.xz systemtap-steved-dc499f36287a8c960f2ccf0d1940b52a8cc62c84.zip |
2007-03-19 David Smith <dsmith@redhat.com>
* .cvsignore: Added systemtap.syscall test programs.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/.cvsignore | 3 | ||||
-rw-r--r-- | testsuite/ChangeLog | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/.cvsignore b/testsuite/.cvsignore index fd345061..9cddd457 100644 --- a/testsuite/.cvsignore +++ b/testsuite/.cvsignore @@ -1,2 +1,5 @@ Makefile probe.out site.exp systemtap.log systemtap.sum .systemtap config.log config.status +access acct alarm chmod clock dir forkwait itimer link mmap mount net1 +openclose probe.out_0 readwrite rt_signal sendfile signal stat statfs +swap sync timer trunc uid uid16 umask unlink diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 0060fe60..9da735aa 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-03-19 David Smith <dsmith@redhat.com> + + * .cvsignore: Added systemtap.syscall test programs. + 2007-03-16 David Smith <dsmith@redhat.com> * systemtap.base/overload.exp: New test. |