diff options
author | Matthew Gregan <[email protected]> | 2016-11-10 17:06:08 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-11-11 09:44:29 +1300 |
commit | 5574f4d3a18215843810a1affe531d8f0146b44b (patch) | |
tree | d154d2cef129a5d21a7a5235892165fd2c51f858 /test/test_tone.cpp | |
parent | 66c8539ca09125b1a6a1f45924cab1e73653b448 (diff) | |
download | cubeb-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.cpp | 2 |
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; |