diff yetilab/transform/test/test_fft.yeti @ 93:d0abc9afe608

Rename modules
author Chris Cannam
date Wed, 20 Mar 2013 10:09:54 +0000
parents 77d3292bbf12
children 26111c11d8e4
line wrap: on
line diff
--- a/yetilab/transform/test/test_fft.yeti	Wed Mar 20 09:57:54 2013 +0000
+++ b/yetilab/transform/test/test_fft.yeti	Wed Mar 20 10:09:54 2013 +0000
@@ -1,11 +1,11 @@
 
-module test.test_fft;
+module yetilab.transform.test.test_fft;
 
-{ realForward, realInverse } = load fft;
-{ list, fromList } = load block;
-{ complex } = load complex;
+{ realForward, realInverse } = load yetilab.transform.fft;
+{ list, fromList } = load yetilab.block.block;
+{ complex } = load yetilab.block.complex;
 
-{ compare } = load test.test;
+{ compare } = load yetilab.test.test;
 
 testFFT orig reals imags =
    (out = realForward (length orig) (fromList orig);