Commit Graph

77 Commits

Author SHA1 Message Date
bff0b8097c Code cleanup 2015-06-13 14:21:04 -04:00
89cdcc3879 Update the copyright notice 2015-06-13 12:09:56 -04:00
25b02ebcc7 Use PROGNAME 2015-06-13 12:09:49 -04:00
9332f7b8be Use the Dummy interface from the source tree 2015-06-13 11:40:34 -04:00
accf8e02f0 Always test against the libraries compiled 2015-06-13 11:39:16 -04:00
854838c8a6 Update the copyright notice 2015-06-13 10:13:48 -04:00
9dcec81cdf Use PROGNAME 2015-06-13 10:13:40 -04:00
88de4c2c90 Workaround the inclusion of system headers in tests
At this point the tests are still completely broken before installing
the necessary plug-ins in the system. They can finally run in this case
though, so this is definitely an improvement.
2015-05-11 01:22:12 +02:00
a036af85a5 Add a few .gitignore files 2015-05-11 01:17:46 +02:00
fba4801c3e No longer store Makefiles in the source tree 2015-05-11 01:14:46 +02:00
adf28dcfad Fix the "Dummy.h" test
It failed for not finding the libApp library. It will probably fail
again on platforms that do not support LD_LIBRARY_PATH.
2015-05-11 01:13:58 +02:00
68ec418ad2 Compile the tests with "-rdynamic" as well 2015-03-30 23:33:16 +02:00
cb5d236406 Remove obsolete .cvsignore files 2015-03-30 23:31:14 +02:00
7fa1d046c6 Partial build fix for libApp 2015-03-04 01:53:48 +01:00
45a0b773a3 Updated the list of dependencies 2015-03-04 01:40:59 +01:00
90e53e4410 Moved appbroker.sh to the "tools" folder 2015-03-04 01:38:53 +01:00
ee2d304fbf Re-generated the Makefiles with partial support for OBJDIR 2014-11-12 02:39:08 +01:00
bbd1919cba Re-generated the Makefiles 2014-10-12 21:23:31 +02:00
bbeb76e66b Added a failure case for the "self" transport 2014-08-31 15:37:50 +02:00
3eb73931da More accurate usage screen 2014-08-31 15:35:57 +02:00
e9a4adbcf8 Print "FAIL" instead of "FAILED" for consistency with other projects 2014-08-31 15:32:09 +02:00
602c180579 Fixed the return code upon program errors 2014-06-22 12:58:01 +02:00
850da6f9d0 Added the "includes" test (including all headers) 2014-05-07 03:38:54 +02:00
d8939635ca App calls now pass a user-defined pointer to the App as first argument 2014-04-30 19:32:54 +02:00
c9dd376cb6 Added a Dummy interface (passes the AppServer tests) 2014-04-28 06:07:43 +08:00
eeb79355cd The AppClient test now passes 2014-04-28 05:55:41 +08:00
d2a0edd581 Added a "lookup" test 2014-04-28 04:27:23 +08:00
f97c4ab165 Restored options for AppServers (and implemented registration) 2014-04-27 01:20:04 +08:00
83fb382a14 Preparing to issue method calls (server-side) 2014-04-17 02:29:04 +02:00
b662922337 Re-generated the Makefiles 2014-04-17 02:25:22 +02:00
2541d95b28 Let the "appclient" and "appserver" tests be more flexible 2014-03-29 03:40:22 +01:00
d579c7047d Moved the lookup code to the AppTransport class 2014-03-29 03:28:10 +01:00
e7497db770 Fixed the name for a failing test 2014-03-29 02:10:42 +01:00
4db916ebe8 Renamed the lookup code and added tests 2014-03-29 02:09:54 +01:00
4e3129d521 Also reworked the AppClient class (to use AppTransport) 2014-03-28 00:32:53 +01:00
a817f25943 Added missing include 2014-03-27 23:51:31 +01:00
72fc0b581b Fixed detecting failed tests 2014-03-27 00:28:49 +01:00
56449b4ce0 Not every test has a protocol associated anymore 2014-03-27 00:22:58 +01:00
0840dbebd8 Nicer output 2014-03-24 06:31:23 +09:00
6d7fe7045a The "appserver" test is currently expected to fail 2014-03-24 01:22:41 +09:00
becab80217 Reviewed the AppServer code 2014-03-23 15:32:02 +09:00
2ee7645798 Renamed some functions and callbacks for consistency 2014-03-23 14:36:54 +09:00
515825fa53 Also run tests against actual names 2014-03-23 14:14:21 +09:00
ba6fe20346 Unifying the tests 2014-03-23 14:11:49 +09:00
82ead01089 Attempt to spare transport plug-ins from handling acknowledgements 2014-03-23 01:47:32 +09:00
1cd74f6859 Beginning to send acknowledgements 2014-03-23 00:39:09 +09:00
8ed2b6baf5 Also check the message's type 2014-03-22 22:19:16 +09:00
97269fc9d4 Added missing #include <string.h> 2014-03-22 21:57:41 +09:00
0dadf2321f The UDP tests are now expected to complete 2014-03-22 19:07:30 +09:00
3017f213fe Checking if the method name is preserved after serialization (for calls) 2014-03-22 18:48:18 +09:00