Commit Graph

364 Commits

Author SHA1 Message Date
11027828ff Import newer versions of the scripts upstream 2016-01-24 15:43:48 +01:00
a7f7e261e2 Update the copyright notice 2015-12-19 02:54:25 +01:00
de9bf495a2 Add support for booleans 2015-12-19 02:54:13 +01:00
57b4b3d7ea Code cleanup 2015-11-22 16:58:20 +01:00
37ed389b7f Update some copyright notices 2015-11-22 16:49:45 +01:00
a6b30def87 More consistent error management 2015-11-22 16:48:33 +01:00
30821e8fc2 Update the copyright notice 2015-11-22 16:43:55 +01:00
c45ccdf52f Only guess port separators for domains requiring it 2015-11-22 16:42:29 +01:00
fed91ed241 Match the newer Error API 2015-11-22 16:09:47 +01:00
6a2b963e17 Update some copyright notices 2015-11-05 22:55:19 +01:00
56d5e05527 Introduce the AppStatus 2015-11-05 22:54:54 +01:00
d59f287d13 Build with full SSP and RELRO by default 2015-11-05 22:14:32 +01:00
aee5cff91f Remove auto-generated files 2015-11-05 22:12:25 +01:00
cf76d8698a Build the tools as PIE 2015-07-11 15:16:56 +02:00
a15564c5eb Build with -pedantic and -fstack-protector 2015-07-09 02:42:12 +02:00
0a8ec6459d Introduce the "Test" interface
This fixes the first "appclient" test already.
2015-06-14 11:52:53 -04:00
c7570d4e03 Update the copyright notice 2015-06-14 11:49:53 -04:00
268c3f1c10 Use PROGNAME 2015-06-14 11:49:29 -04:00
112b7c363a Code cleanup 2015-06-14 11:44:43 -04:00
b8b4760465 Update the copyright notice 2015-06-13 14:24:37 -04:00
b838d1ed8c Accept arbitrary plug-ins for transports
This is for the internal API only though.
2015-06-13 14:23:54 -04:00
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
100c4ddaa7 Update the copyright notice 2015-06-13 11:57:22 -04:00
6d152537c0 Allow loading specific interface files 2015-06-13 11:56:46 -04:00
9025ac9c7f Update the copyright notice 2015-06-13 11:42:48 -04:00
ef1a255b54 Improve the debugging output 2015-06-13 11:42:22 -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
f37dde5fe5 Override the path to the interface through the environment 2015-06-13 11:25:49 -04:00
9d087f4b06 Handle more errors 2015-06-13 11:25:24 -04:00
238ca9eb5d Update the copyright notice 2015-06-13 11:24:55 -04:00
8baed2646a Code cleanup 2015-06-13 11:24:39 -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
3539e031d8 Add a .gitignore file 2015-05-11 01:15:36 +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
8ce1793ceb Always compile AppServers and AppClients with "-rdynamic"
This is required to expose internal symbols at run-time, and let them
be hooked by libApp as required.
2015-03-30 23:31:59 +02:00
cb5d236406 Remove obsolete .cvsignore files 2015-03-30 23:31:14 +02:00
b8fc7493ce Build tools/AppBroker before running the tests 2015-03-04 01:54:22 +01:00
7fa1d046c6 Partial build fix for libApp 2015-03-04 01:53:48 +01:00
5ec6fb7a7d Updated the copyright line 2015-03-04 01:52:06 +01:00
60545b4a83 Let internal variables be overridden 2015-03-04 01:51:21 +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