diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2002-07-09 12:15:16 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2002-07-09 12:15:16 +0000 |
commit | c5969edfe9761bcfbc84fc438626ceef50bc7529 (patch) | |
tree | df6de71cd6c30f8078c1921a2f8a756ebfddb85a /TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc | |
parent | 5b1dbbd118a3bc6c2ea10f4a20c13ce9a8d795c1 (diff) | |
download | ATCD-c5969edfe9761bcfbc84fc438626ceef50bc7529.tar.gz |
ChangeLogTag: Tue Jul 9 07:14:38 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc')
-rw-r--r-- | TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc b/TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc new file mode 100644 index 00000000000..e4bfb2a8701 --- /dev/null +++ b/TAO/tests/Cache_Growth_Test/Cache_Growth_Test.mpc @@ -0,0 +1,14 @@ +project: server { + Source_Files { + Hello.cpp + server.cpp + } +} + +project: client { + Source_Files { + TestC.cpp + client.cpp + } +} + |