The Battle for Wesnoth
1.19.5+dev
tests
test_team.cpp
Go to the documentation of this file.
1
/*
2
Copyright (C) 2007 - 2024
3
by Karol Nowak <grywacz@gmail.com>
4
Part of the Battle for Wesnoth Project https://www.wesnoth.org/
5
6
This program is free software; you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
8
the Free Software Foundation; either version 2 of the License, or
9
(at your option) any later version.
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY.
12
13
See the COPYING file for more details.
14
*/
15
16
#define GETTEXT_DOMAIN "wesnoth-test"
17
18
#include <boost/test/unit_test.hpp>
19
20
21
BOOST_AUTO_TEST_SUITE
( teams )
22
23
BOOST_AUTO_TEST_CASE
( test_user_team_name )
24
{
25
BOOST_WARN_EQUAL(0,0);
26
}
27
28
/* vim: set ts=4 sw=4: */
29
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_SUITE
BOOST_AUTO_TEST_SUITE(filesystem)
BOOST_AUTO_TEST_CASE
BOOST_AUTO_TEST_CASE(test_user_team_name)
Definition:
test_team.cpp:23
Generated by
1.9.1