aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_tone.cpp
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2016-11-10 17:06:08 +1300
committerMatthew Gregan <[email protected]>2016-11-11 09:44:29 +1300
commit5574f4d3a18215843810a1affe531d8f0146b44b (patch)
treed154d2cef129a5d21a7a5235892165fd2c51f858 /test/test_tone.cpp
parent66c8539ca09125b1a6a1f45924cab1e73653b448 (diff)
downloadcubeb-5574f4d3a18215843810a1affe531d8f0146b44b.tar.gz
cubeb-5574f4d3a18215843810a1affe531d8f0146b44b.zip
Move tests out of main into their own test.
Diffstat (limited to 'test/test_tone.cpp')
-rw-r--r--test/test_tone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tone.cpp b/test/test_tone.cpp
index a66c20f..a6dc648 100644
--- a/test/test_tone.cpp
+++ b/test/test_tone.cpp
@@ -91,7 +91,7 @@ void state_cb(cubeb_stream *stream, void *user, cubeb_state state)
return;
}
-TEST(tone, main)
+TEST(tone, tone)
{
cubeb *ctx;
cubeb_stream *stream;