Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/testing/test/util/output/OutputDefinitionsTest.cc @ 9529

Last change on this file since 9529 was 9529, checked in by landauf, 11 years ago

started implementing unit tests for the output system

File size: 171 bytes
Line 
1#include <gtest/gtest.h>
2#include "util/Output.h"
3
4namespace orxonox
5{
6    TEST(OutputDefinitions, Levels)
7    {
8        EXPECT_EQ(0x0000, level::none);
9    }
10}
Note: See TracBrowser for help on using the repository browser.