-
Notifications
You must be signed in to change notification settings - Fork 592
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
71 changed files
with
314 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Copyright (c) ZeroC, Inc. | ||
|
||
$(test)_programs = writer | ||
$(test)_dependencies = DataStorm Ice TestCommon | ||
$(project)_programs = writer | ||
$(project)_dependencies = DataStorm Ice TestCommon | ||
|
||
$(test)_writer_sources = Writer.cpp DuplicateSymbols.cpp Test.ice | ||
$(project)_writer_sources = Writer.cpp DuplicateSymbols.cpp Test.ice | ||
|
||
tests += $(test) | ||
tests += $(project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Copyright (c) ZeroC, Inc. | ||
|
||
$(test)_programs = reader writer | ||
$(test)_dependencies = DataStorm Ice TestCommon | ||
$(project)_programs = reader writer | ||
$(project)_dependencies = DataStorm Ice TestCommon | ||
|
||
$(test)_reader_sources = Reader.cpp | ||
$(test)_writer_sources = Writer.cpp | ||
$(project)_reader_sources = Reader.cpp | ||
$(project)_writer_sources = Writer.cpp | ||
|
||
tests += $(test) | ||
tests += $(project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Copyright (c) ZeroC, Inc. | ||
|
||
$(test)_programs = reader writer | ||
$(test)_dependencies = DataStorm Ice TestCommon | ||
$(project)_programs = reader writer | ||
$(project)_dependencies = DataStorm Ice TestCommon | ||
|
||
$(test)_reader_sources = Reader.cpp | ||
$(test)_writer_sources = Writer.cpp | ||
$(project)_reader_sources = Reader.cpp | ||
$(project)_writer_sources = Writer.cpp | ||
|
||
tests += $(test) | ||
tests += $(project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Copyright (c) ZeroC, Inc. | ||
|
||
$(test)_programs = reader writer | ||
$(test)_dependencies = DataStorm Ice TestCommon | ||
$(project)_programs = reader writer | ||
$(project)_dependencies = DataStorm Ice TestCommon | ||
|
||
$(test)_reader_sources = Reader.cpp Test.ice | ||
$(test)_writer_sources = Writer.cpp Test.ice | ||
$(project)_reader_sources = Reader.cpp Test.ice | ||
$(project)_writer_sources = Writer.cpp Test.ice | ||
|
||
tests += $(test) | ||
tests += $(project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Copyright (c) ZeroC, Inc. | ||
|
||
$(test)_programs = reader writer | ||
$(test)_dependencies = DataStorm Ice TestCommon | ||
$(project)_programs = reader writer | ||
$(project)_dependencies = DataStorm Ice TestCommon | ||
|
||
$(test)_reader_sources = Reader.cpp Test.ice | ||
$(test)_writer_sources = Writer.cpp Test.ice | ||
$(project)_reader_sources = Reader.cpp Test.ice | ||
$(project)_writer_sources = Writer.cpp Test.ice | ||
|
||
tests += $(test) | ||
tests += $(project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Copyright (c) ZeroC, Inc. | ||
|
||
$(test)_programs = reader writer | ||
$(test)_dependencies = DataStorm Ice TestCommon | ||
$(project)_programs = reader writer | ||
$(project)_dependencies = DataStorm Ice TestCommon | ||
|
||
$(test)_reader_sources = Reader.cpp | ||
$(test)_writer_sources = Writer.cpp | ||
$(project)_reader_sources = Reader.cpp | ||
$(project)_writer_sources = Writer.cpp | ||
|
||
tests += $(test) | ||
tests += $(project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Copyright (c) ZeroC, Inc. | ||
|
||
$(test)_programs = reader writer | ||
$(test)_dependencies = DataStorm Ice TestCommon | ||
$(project)_programs = reader writer | ||
$(project)_dependencies = DataStorm Ice TestCommon | ||
|
||
$(test)_reader_sources = Reader.cpp Test.ice | ||
$(test)_writer_sources = Writer.cpp Test.ice | ||
$(project)_reader_sources = Reader.cpp Test.ice | ||
$(project)_writer_sources = Writer.cpp Test.ice | ||
|
||
tests += $(test) | ||
tests += $(project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Copyright (c) ZeroC, Inc. | ||
|
||
$(test)_client_sources = Client.cpp BackendI.cpp Backend.ice | ||
$(test)_client_dependencies = Glacier2 | ||
$(project)_client_sources = Client.cpp BackendI.cpp Backend.ice | ||
$(project)_client_dependencies = Glacier2 | ||
|
||
$(test)_server_sources = Server.cpp BackendI.cpp Backend.ice | ||
$(project)_server_sources = Server.cpp BackendI.cpp Backend.ice | ||
|
||
tests += $(test) | ||
tests += $(project) |
Oops, something went wrong.