From a8c481bee31f885fbec6fcd1a96d4d5a80092621 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 27 Oct 2011 09:47:36 -0700 Subject: [PATCH] synth: adding some tests. --- extra/synth/synth-tests.factor | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 extra/synth/synth-tests.factor diff --git a/extra/synth/synth-tests.factor b/extra/synth/synth-tests.factor new file mode 100644 index 0000000000..5f07057174 --- /dev/null +++ b/extra/synth/synth-tests.factor @@ -0,0 +1,13 @@ +USING: synth tools.test ; + +IN: synth.tests + +[ + { + 0.0 + 0.9510565162951535 + 0.5877852522924732 + -0.587785252292473 + -0.9510565162951536 + } +] [ 5 single-sine-wave ] unit-test