summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Add small unit test for the new stream functionspaul2006-01-101-1/+3
| | | | | | | | 2006-01-10 Paul Jakma <paul.jakma@sun.com> * test-stream.c: new file, small unit test for new resize and {put,get}-quad stream functions. * Makefile.am: build teststream unit test.
* 2005-10-11 Paul Jakma <paul.jakma@sun.com>paul2005-10-111-1/+3
| | | | | | * test-privs.c: Privileges unit test. * Makefile.am: build testprivs * aspath_test.c: fix a few sign warnings
* 2005-09-06 Paul Jakma <paul@dishone.st>paul2005-09-101-1/+4
| | | | | | * aspath_test.c: Test bgp_aspath functionality. * Makefile.am: build aspathtest * ChangeLog: Fix date of previous commit
* 2004-05-25 Paul Jakma <paul@dishone.st>paul2005-04-251-4/+6
| | | | | | | | | | | | * 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-221-2/+5
| | | | * Makefile.am: Build heavythread
* 2004-05-13 Paul Jakma <paul@dishone.st>paul2005-04-131-2/+5
| | | | | | * test-buffer.c: Andrew's buffer tester * test-memory.c: basic memory tester * Makefile.am: Add new tests
* 2004-07-26 Paul Jakma <paul@dishone.st>paul2004-07-261-0/+9
* configure.ac: reenable tests/Makefile * tests/Makefile.am: automake file for tests dir * tests/.cvsignore: update