diff options
author | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-01-16 18:45:37 +0000 |
---|---|---|
committer | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-01-16 18:45:37 +0000 |
commit | bec3d9685a83ecf4f67af7ecb0821a535aac0ddb (patch) | |
tree | a954ca706e6dde3fa5071a0fb1bc3a6e4cdff7a8 /performance-tests | |
parent | fdbff6360fc9658ae70c40244a6b10b4228590f5 (diff) | |
download | ATCD-bec3d9685a83ecf4f67af7ecb0821a535aac0ddb.tar.gz |
Added SCTP to the DIRS variable. SCTP performance tests will now be
built by default.
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/performance-tests/Makefile b/performance-tests/Makefile index 5da97ca3efd..84c97d360c5 100644 --- a/performance-tests/Makefile +++ b/performance-tests/Makefile @@ -13,6 +13,7 @@ INFO = README DIRS = Misc \ UDP \ TCP \ + SCTP \ Server_Concurrency # @@ This directory is currently under restructuring. It should be |