More refactoring.
[dcpomatic.git] / test / audio_analysis_test.cc
index ae5fd08344017f1291e0d7bc60e900ec55d6b716..64081b89ca7c71679430f745d43ca2772c4cb5e7 100644 (file)
 
 */
 
+/** @defgroup selfcontained Self-contained tests of single classes / method sets */
+
 /** @file  test/audio_analysis_test.cc
- *  @brief Check audio analysis code.
+ *  @brief Test AudioAnalysis class.
+ *  @ingroup selfcontained
  */
 
 #include <boost/test/unit_test.hpp>
@@ -35,6 +38,7 @@
 #include "lib/content_factory.h"
 #include "lib/playlist.h"
 #include "test.h"
+#include <iostream>
 
 using std::vector;
 using boost::shared_ptr;