16 Commits

Author SHA1 Message Date
Thomas Quinot
8ff7138295 (ssl.m4): Check for openssl(1) and store its location in OPENSSL
(Makefile.in): Add substitution for @OPENSSL@
(examples/corba/secure_echo/Makefile.local): Use $(OPENSSL) to call
openssl(1) as it might not be on the PATH.

Also reorganize slightly the generation of test_targets in Makefile so
that
a Makefile.local can disable its test (by unsetting test_target).

For L217-011

Subversion-branch: /trunk/polyorb
Subversion-revision: 185897
2012-02-17 09:46:54 +00:00
Thomas Quinot
99f521407c Switch to GPLv3 for KC20-016
Subversion-branch: /trunk/polyorb
Subversion-revision: 183131
2012-01-04 22:41:08 +00:00
Thomas Quinot
4922046f4e Rewrite SECURE_ECHO tests completely, to take advantage of the Python
testsuite framework, and avoid calling killall in the test scripts
(which
could kill processes from other, unrelated tests running
simultaneously).

Fixes KC21-017

Subversion-branch: /trunk/polyorb
Subversion-revision: 182809
2011-12-21 16:13:47 +00:00
Thomas Quinot
f094d039ee Simplify circuitry to generate list of active tests, to work around a
bug
in GNU make.

Subversion-branch: /trunk/polyorb
Subversion-revision: 155919
2010-01-28 17:14:08 +00:00
Bob Duff
4f8341f7c9 * local.gpr, Makefile.in:
test_common.gpr was renamed to be polyorb_test_common.gpr,
so change all occurrences in local.gpr files under examples
and testsuite. Also correct documentation in Makefile.in.
Part of IC17-019.

Subversion-branch: /trunk/polyorb
Subversion-revision: 154420
2009-12-17 21:55:26 +00:00
Bob Duff
f85ab55590 Remove obsolete make files.
H829-022

Subversion-branch: /trunk/polyorb
Subversion-revision: 132303
2008-11-13 01:53:23 +00:00
Jérôme Hugues
2a58c1dc6a Generate certificates prior to running tests
Subversion-branch: /trunk/polyorb
Subversion-revision: 126370
2008-07-04 07:59:11 +00:00
Santiago Uruena
5cc632c636 Modifying property 'svn:ignore' to avoid showing files created by
support/reconfig.

Subversion-branch: /trunk/polyorb
Subversion-revision: 122726
2008-03-05 23:21:17 +00:00
Bob Duff
6a88c396c7 Remove 'in' on parameters (use implicit 'in') to match style.
Also fix other stylistics nits found by pre-commit checks.

Subversion-branch: /trunk/polyorb
Subversion-revision: 122691
2008-03-05 13:33:12 +00:00
Bob Duff
485cf66595 (Makefile.in): Use GNATMAKE_FOR_TARGET instead of GNATMAKE to build
tests.
(*.gpr): Use main procedure file name (with ".adb") in all project
files.
 This is required by gprbuild, and harmless for gnatmake, so we might as
well
 do it, in case we ever switch to gprbuild.
For GA04-028.

Subversion-branch: /trunk/polyorb
Subversion-revision: 121210
2008-01-27 00:25:37 +00:00
Bob Duff
9a40d82c86 Correct project names inside local.gpr files.
For GC06-022.

Subversion-branch: /trunk/polyorb
Subversion-revision: 120042
2007-12-11 21:25:22 +00:00
Bob Duff
712fadb83e Rename test.gpr to local.gpr, and add local.gpr files under examples to
MANIFEST, because these are needed to build the examples from the
source
 distribution.
For GC06-022.

Subversion-branch: /trunk/polyorb
Subversion-revision: 120041
2007-12-11 20:03:00 +00:00
Bob Duff
c02fa75008 Rename all Makefile.test files to be Makefile.local, which is a better
name in
 the case of examples.
Fixes GC07-029.

Subversion-branch: /trunk/polyorb
Subversion-revision: 120015
2007-12-10 20:24:58 +00:00
Jérôme Hugues
bb7fd3fe5f Solve minor compilation errors after latest updates
Subversion-branch: /trunk/polyorb
Subversion-revision: 43625
2007-04-11 14:49:05 +00:00
Bob Duff
0a66d707a2 Implement building of examples and testsuite. Some subdirectories need
more
 work, and are currently disabled.
For EC06-003.

Subversion-branch: /trunk/polyorb
Subversion-revision: 43112
2007-03-13 17:09:38 +00:00
Thomas Quinot
82b07d56e7 Add "secure echo" example.
Submitted by:	Vadim Godunko
Reviewed by:	Thomas Quinot
For G129-010

Subversion-branch: /trunk/polyorb
Subversion-revision: 42208
2007-01-31 15:20:24 +00:00