Recognize EAX5 flags when setting them
[openal-soft.git] / tests / example.t.cpp
blob30341e8bb6fce01f5cc6661fe331f502b190e8bf
1 #include <gtest/gtest.h>
2 #include <AL/al.h>
4 class ExampleTest : public ::testing::Test {
5 };
8 TEST_F(ExampleTest, Basic)
10 // just making sure we compile
11 ALuint source, buffer;
12 ALfloat offset;
13 ALenum state;