Sami Kerola
f97fd76667
tests: add lib/ contents to make check
...
This will take tests in following commits in use.
commit 56ed9826a5
commit c7cf98b0e0
Signed-off-by: Sami Kerola <kerolasa@iki.fi >
2012-04-06 15:32:57 +02:00
Sami Kerola
c7cf98b0e0
lib: add fileutils file with stream error checking facility
...
The close_stream() is copied from GNU lib. Inspiration to do this
is talk by Jim Meyering - Goodbye World! The perils of relying on
output streams in C.
Reference: http://www.irill.org/events/ghm-gnu-hackers-meeting/videos/jim-meyering-goodbye-world-the-perils-of-relying-on-output-streams-in-c
Signed-off-by: Sami Kerola <kerolasa@iki.fi >
2012-03-23 15:57:41 +01:00
Sami Kerola
56ed9826a5
test: add lib/strutils check
...
Signed-off-by: Sami Kerola <kerolasa@iki.fi >
2012-03-03 18:36:29 +11:00
Mike Fleetwood
23d2e0b0b7
tests: add SCHED_BATCH test
...
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=741090
Acked-by:: Jaromir Capik <jcapik@redhat.com >
Acked-by: Sami Kerola <kerolasa@iki.fi >
Signed-off-by: Mike Fleetwood <mike.fleetwood@googlemail.com >
2012-01-09 21:37:41 +01:00
Craig Small
f9ab2fec43
Added Debian bug note for pgrep -u and testsuite
...
Makefile.am testsuite needed to explicitly state the files because while
everything else works, make distcheck fails.
NEWS got updated with the Debian bug number for pgrep -u
2011-12-06 21:37:45 +11:00
Sami Kerola
adab19653a
build-sys: site.exp does not need to be in dist package
...
The file is automatically generated by make.
Signed-off-by: Sami Kerola <kerolasa@iki.fi >
2011-12-03 20:20:27 +01:00
Sami Kerola
9d6dc4d8c3
build-sys: simplify tests EXTRA_DIST configuration
...
Signed-off-by: Sami Kerola <kerolasa@iki.fi >
2011-12-03 20:20:27 +01:00
Sami Kerola
03a1a42e28
build-sys: make DEJATOOL definition uncondictional
...
Fix to ./autogen.sh error bellow.
/usr/share/automake-1.11/am/dejagnu.am: DEJATOOL was already defined in condition LINUX, which is included in condition TRUE ...
testsuite/Makefile.am:6: ... `DEJATOOL' previously defined here
Reference: http://www.freelists.org/post/procps/procpsng-331-nearly-there,5
Reported-by: Jim Warner <james.warner@comcast.net >
Signed-off-by: Sami Kerola <kerolasa@iki.fi >
2011-12-03 20:20:14 +01:00
Craig Small
e7a0fe5bee
Fixing tests due to some results
...
Makefile will now only test for Linux systems, a work around in the
makefile due to some silly redefine restrictions.
uptime and w now won't error due to being one user logged in, thanks to
Sami for the patch
kill processes by pid test commented out due to false negatives
pwdx process 1 check also commented out due to false negatives
2011-12-04 00:50:36 +11:00
Craig Small
3d807ae853
Minor test fixes for non-linux
...
procps works well on Linux, on other arches there are some strange
differences due to their emulation of procfs which is not 100%
Disabling checks for non-linux until that can be sorted out.
2011-12-03 00:32:14 +11:00
Craig Small
f05e15e830
More testing added for procps
2011-11-30 23:11:35 +11:00
Craig Small
261a3fae83
fixed pgrep and added ps tests
2011-11-29 22:55:03 +11:00
Craig Small
b36fe6efc5
Add sysctl check and tests to extra_dist
2011-11-28 22:02:27 +11:00
Craig Small
919e37787e
added uptime and vmstat tests
2011-11-27 19:12:56 +11:00
Craig Small
5c48d8b79a
rearranged testsuite
2011-11-27 18:32:10 +11:00
Craig Small
82eafe3fe8
new free commands
2011-11-23 22:48:49 +11:00
Craig Small
451f6e6111
testsuite fixes
2011-11-23 21:44:51 +11:00