Changeset 112187ec4b5a28a49fca91d1f4fcf5dab8c0ad23
- Timestamp:
- 14/10/02 18:34:17
(6 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1034613257 +0000
- git-parent:
[0bea9a73458145dfc91b22c17f14c87a53bdd538]
- git-author:
- Sam Hocevar <sam@videolan.org> 1034613257 +0000
- Message:
- ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
compiled yet because it uses the "command" variables I'm about to check
in. They need to be typed in the rc interface for instance (-I rc). This
module has two available commands: "signal <int>" which sends the given
signal to the vlc process, and "stress [<int>]" which performs a series of
object creation/lookup/destruction, variable creation/setting/destruction
and thread spawning/joining tests. The optional argument for stress is an
integer between 1 and 200 (the bigger, the heavier the tests; it may hang
your machine at around 150, be careful).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2b0b788 |
r112187e |
|
| 2 | 2 | SOURCES_test2 = modules/misc/testsuite/test2.cpp |
|---|
| 3 | 3 | SOURCES_test3 = modules/misc/testsuite/test3.m |
|---|
| | 4 | SOURCES_test4 = modules/misc/testsuite/test4.c |
|---|