diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-27 15:54:51 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-27 15:54:51 +0000 |
commit | 431ee4ba6b51b9f0491e0ba50c9b0e56c298843d (patch) | |
tree | 15b4679504fcaad6d3dc2736d4f0c144edc3ecc9 /performance-tests/Misc/Makefile | |
parent | 977d7f862e3e8609dfb9203133ed44ae4a39baaf (diff) | |
download | ATCD-431ee4ba6b51b9f0491e0ba50c9b0e56c298843d.tar.gz |
added preempt.cpp
Diffstat (limited to 'performance-tests/Misc/Makefile')
-rw-r--r-- | performance-tests/Misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile index f2f9f100072..c4263173b99 100644 --- a/performance-tests/Misc/Makefile +++ b/performance-tests/Misc/Makefile @@ -11,6 +11,7 @@ BIN = basic_perf \ childbirth_time \ context_switch_time \ + preempt \ test_mutex \ test_singleton \ test_naming |