changeset 389:e22536bdb196

Move test data to testdata/
author Chris Cannam
date Mon, 23 Sep 2013 14:14:27 +0100
parents 2e7a1305f2d0
children f71968c5a035
files src/may/stream/test/test_audiofile.yeti src/may/test/data/20samples.wav src/may/test/data/44100-2-16.wav src/may/test/data/8000-1-8.wav testdata/20samples.wav testdata/44100-2-16.wav testdata/8000-1-8.wav
diffstat 7 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/may/stream/test/test_audiofile.yeti	Mon Sep 23 12:44:23 2013 +0100
+++ b/src/may/stream/test/test_audiofile.yeti	Mon Sep 23 14:14:27 2013 +0100
@@ -10,7 +10,7 @@
 
 { compare, compareUsing } = load may.test.test;
 
-testfile name = "may/test/data/\(name).wav";
+testfile name = "testdata/\(name).wav";
 
 float n is number -> number =
     // round number to float precision (for comparison with floats)
Binary file src/may/test/data/20samples.wav has changed
Binary file src/may/test/data/44100-2-16.wav has changed
Binary file src/may/test/data/8000-1-8.wav has changed
Binary file testdata/20samples.wav has changed
Binary file testdata/44100-2-16.wav has changed
Binary file testdata/8000-1-8.wav has changed