diff options
author | Lukas Larsson <[email protected]> | 2010-10-12 10:58:40 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:28:29 +0100 |
commit | e86f656f35f511d12174a539411a3c183fd0be0a (patch) | |
tree | 480b9eefab6414dffa34fa09cad5b69f054527b5 /lib/cosTime/test/cosTime.spec | |
parent | a31f11aa72f04c65d66836e40611dbd2910922c9 (diff) | |
download | otp-e86f656f35f511d12174a539411a3c183fd0be0a.tar.gz otp-e86f656f35f511d12174a539411a3c183fd0be0a.tar.bz2 otp-e86f656f35f511d12174a539411a3c183fd0be0a.zip |
Update cosTime tests to conform with common_test standard
Diffstat (limited to 'lib/cosTime/test/cosTime.spec')
-rw-r--r-- | lib/cosTime/test/cosTime.spec | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/lib/cosTime/test/cosTime.spec b/lib/cosTime/test/cosTime.spec index 3f50946043..66af3e7941 100644 --- a/lib/cosTime/test/cosTime.spec +++ b/lib/cosTime/test/cosTime.spec @@ -1,19 +1 @@ -%% -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 2000-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, "../cosTime_test"}}. +{suites,"cosTime_test",all}. |