diff options
author | Lukas Larsson <[email protected]> | 2010-10-12 10:38:22 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:25:13 +0100 |
commit | 670f41232381c6c1a47101349567caf9303dea8f (patch) | |
tree | bc066476eec16c41a0f2be54d9fa63eb9bf43919 /lib/orber/test/orber.spec | |
parent | 486455c2ecae11713fc8750a127caf2c853bedee (diff) | |
download | otp-670f41232381c6c1a47101349567caf9303dea8f.tar.gz otp-670f41232381c6c1a47101349567caf9303dea8f.tar.bz2 otp-670f41232381c6c1a47101349567caf9303dea8f.zip |
Update orber tests to conform with common_test standard
Diffstat (limited to 'lib/orber/test/orber.spec')
-rw-r--r-- | lib/orber/test/orber.spec | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/lib/orber/test/orber.spec b/lib/orber/test/orber.spec index 9d19ea7fc1..a5f48a3611 100644 --- a/lib/orber/test/orber.spec +++ b/lib/orber/test/orber.spec @@ -1,19 +1 @@ -%% -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 1997-2010. All Rights Reserved. -%% -%% The contents of this file are subject to the Erlang Public License, -%% Version 1.1, (the "License"); you may not use this file except in -%% compliance with the License. You should have received a copy of the -%% Erlang Public License along with this software. If not, it can be -%% retrieved online at http://www.erlang.org/. -%% -%% Software distributed under the License is distributed on an "AS IS" -%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -%% the License for the specific language governing rights and limitations -%% under the License. -%% -%% %CopyrightEnd% -%% -{topcase, {dir, "../orber_test"}}. +{suites,"orber_test",all}. |