diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-03 22:37:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-03 22:37:29 +0100 |
| commit | 257f36fea6aed378c3060c1789294b68b317a456 (patch) | |
| tree | 0e8f6c21f981ec1eb69bde6aa346f65039f8bcdc /test | |
| parent | b1c4e8572d182a84b9013cc9b640439621660a2f (diff) | |
Debug test data location.
Diffstat (limited to 'test')
| -rw-r--r-- | test/audio_analysis_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/audio_analysis_test.cc b/test/audio_analysis_test.cc index 66c577579..695e240b7 100644 --- a/test/audio_analysis_test.cc +++ b/test/audio_analysis_test.cc @@ -38,6 +38,7 @@ #include "lib/content_factory.h" #include "lib/playlist.h" #include "test.h" +#include <iostream> using std::vector; using boost::shared_ptr; @@ -104,6 +105,7 @@ BOOST_AUTO_TEST_CASE (audio_analysis_test) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR")); film->set_container (Ratio::from_id ("185")); film->set_name ("audio_analysis_test"); + std::cout << "HELLO! " << geteuid() << "\n"; boost::filesystem::path p = private_data / "betty_L.wav"; shared_ptr<FFmpegContent> c (new FFmpegContent (film, p)); |
