This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
procps
Watch
1
Star
0
Fork
0
You've already forked procps
Code
Issues
Pull Requests
Packages
Releases
Activity
8e889ae682
procps
/
proc
/
.gitignore
7 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build-sys: added a 'test_Itemtables' to testing scheme This change sets the stage for exploiting the recently added ITEMTABLE_DEBUG #define. All tests are performed in a single module (after trying 6 separate programs). The chances of each test detecting errors is extremely remote (at least while I'm maintaining these modules). However, this single program approach has one flaw and it relates to the response whenever an error is found. Each of those six new API modules calls Exit() if they detect an error. Otherwise, incorrect results would be produced at the least or an abend encountered at most. This means that multiple 'make check' invocations will be needed if more than 1 module actually was in error. All in all, it is a small price for a large assurance. Reference(s): https://www.freelists.org/post/procps/keep-on-patchin,7 Signed-off-by: Jim Warner <james.warner@comcast.net>
2020-08-15 22:42:12 +05:30
test_Itemtables
library: rework namespace calls Functions related to namespaces were half-in half-out of the procps library and didn't fit the standard naming scheme. While struct { long ns[x]} is a bit clunky, its the only way to "lock in" x. The alternative is to use ns_* variables. This work was needed before pgrep could be converted.
2015-09-03 18:02:19 +05:30
test_namespace
tests: update template and add pids Generalised the library API tests and created a common test-runner. Instead of copy and pasting the same code in each time. First cut of pids API test, for _new so far.
2016-04-19 17:03:02 +05:30
test_pids
libprocps version test and documentation test binary and man page for the version part of libprocps. It's a simple start, but it's a start!
2016-04-14 17:58:38 +05:30
test_sysinfo
library: document and tests for uptime functions man pages for the three procps_uptime* functions and simple test scripts for same functions.
2016-04-16 17:32:10 +05:30
test_uptime
test_version
Reference in New Issue
Copy Permalink