summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 2004-05-25 Paul Jakma <paul@dishone.st>paul2005-04-256-330/+403
| | | | | | | | | | | | * main.c: new file, common 'main' portion which then calls test_init. * heavy.c: remove common portions now in 'main. * heavy-wq.c: ditto * heavy-thread.c: ditto * heavy*.c: Set the slow_function iteration number lower, to 300, it was several orders of magnitude too 'slow' to be useful. :) * Makefile.am: main is a source of the tests. heavy should link to the math library.
* 2004-05-22 Paul Jakma <paul@dishone.st>paul2005-04-222-3/+7
| | | | * Makefile.am: Build heavythread
* 2004-05-22 Paul Jakma <paul@dishone.st>paul2005-04-222-0/+311
| | | | | * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a background thread to avoid responsivity problems.
* - bah, commit changelogpaul2005-04-211-0/+6
|
* 2004-05-21 Paul Jakma <paul@dishone.st>paul2005-04-211-8/+51
| | | | | | * heavy.c: Add a timer thread to demonstrate thread interactivity, Add a daemon_exit command to assist with debugging (eg for memory tracers, etc..)
* 2004-05-19 Paul Jakma <paul@dishone.st>paul2005-04-192-0/+231
| | | | | | * heavy.c: test programme to show how long-running functions kill responsiveness. Demonstrating the most niggly problem left in bgpd.
* - add changelogpaul2005-04-131-0/+5
|
* 2004-05-13 Paul Jakma <paul@dishone.st>paul2005-04-134-2/+146
| | | | | | * test-buffer.c: Andrew's buffer tester * test-memory.c: basic memory tester * Makefile.am: Add new tests
* - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use archpaul2004-11-021-0/+2
| | | | with CVS trees.
* 2004-07-26 Paul Jakma <paul@dishone.st>paul2004-07-262-1/+19
| | | | | | * configure.ac: reenable tests/Makefile * tests/Makefile.am: automake file for tests dir * tests/.cvsignore: update
* CVS ignore Linux NFS silly-delete .nfs* filespaul2004-06-061-0/+1
|
* add appropriate cvsignorepaul2004-01-191-0/+1
|
* 2004-01-19 Paul Jakma <paul@dishone.st>paul2004-01-191-0/+52
* tests/test-sig.c: New file, regression test for sigevents.