diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-06 22:59:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-06 22:59:16 +0100 |
| commit | 3ed27a56082d4f21e9688852f8eb13477d192f58 (patch) | |
| tree | 8322c7cb0399b1ffdf91a446a1eec0474b9d9592 | |
| parent | 9210a6426370b9809b6d7546ac38f4a8ce1427ac (diff) | |
Tweak reference data path.
| -rw-r--r-- | test/sound_frame_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sound_frame_test.cc b/test/sound_frame_test.cc index cd96b4a9..700eb9b9 100644 --- a/test/sound_frame_test.cc +++ b/test/sound_frame_test.cc @@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE (sound_frame_test) BOOST_REQUIRE_EQUAL (frame.size(), channels * frame_length * 3); - boost::filesystem::path ref_file = private_test / "frame.wav"; + boost::filesystem::path ref_file = private_test / "data" / "frame.wav"; SF_INFO info; info.format = 0; SNDFILE* sndfile = sf_open (ref_file.string().c_str(), SFM_READ, &info); |
