~laney/ubuntu/vivid/0ad/test

« back to all changes in this revision

Viewing changes to libraries/source/cxxtest-4.3/cxxtest/SelfTest.h

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-05-17 16:30:39 UTC
  • mfrom: (5.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140517163039-whlz3xf64hbmi8x1
Tags: 0.0.16-1
* New upstream release.
  - Drop debian/patches/fix-kfreebsd-ftbfs.patch; applied upstream.
* Avoid repacking tarball by including missing jquery sources in Debian diff,
  see debian/missing-sources/jquery-1.8.{0,3}.js. Alternative way of fixing
  #735349.
  - Update debian/copyright to include missing license entries for the
    various javascript libraries contained in the source tarball.
  - Revert changes made to debian/control in 0ad/0.0.15+dfsg-3, i.e.:
    revert: debian/control: Hardcode versions of 0ad-data{,-common} to
            depend on to workaround the fact that 0.0.15+dfsg is strictly
            greater than 0.0.15.
* Build-dep on libgloox-dev (>= 1.0.9) to ensure that 0ad is built with
  newer enough gloox to avoid lobby connectivity issues.
* Add new build-deps: libicu-dev, libmozjs-24-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
-------------------------------------------------------------------------
 
3
 CxxTest: A lightweight C++ unit testing library.
 
4
 Copyright (c) 2008 Sandia Corporation.
 
5
 This software is distributed under the LGPL License v3
 
6
 For more information, see the COPYING file in the top CxxTest directory.
 
7
 Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
 
8
 the U.S. Government retains certain rights in this software.
 
9
-------------------------------------------------------------------------
 
10
*/
 
11
 
 
12
#ifndef __cxxtest_SelfTest_h__
 
13
#define __cxxtest_SelfTest_h__
 
14
 
 
15
#define CXXTEST_SUITE(name)
 
16
#define CXXTEST_CODE(member)
 
17
 
 
18
#endif // __cxxtest_SelfTest_h__