From 47b2d21fcee9be1ddb51c0d3e4f5e1a447458a14 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Sun, 16 Aug 2015 22:22:25 -0400 Subject: [PATCH] removing old files --- test/sound.html | 14 -------------- test/test_old.js | 19 ------------------- 2 files changed, 33 deletions(-) delete mode 100644 test/sound.html delete mode 100644 test/test_old.js diff --git a/test/sound.html b/test/sound.html deleted file mode 100644 index c681aad4..00000000 --- a/test/sound.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - SOUND TEST - - - - - - -
- - - \ No newline at end of file diff --git a/test/test_old.js b/test/test_old.js deleted file mode 100644 index 9626a066..00000000 --- a/test/test_old.js +++ /dev/null @@ -1,19 +0,0 @@ -require.config({ - baseUrl:"./", - paths : { - "Tone" : "../Tone", - "chai" : "./testDeps/chai", - "Recorder" : "./testDeps/Tone.Recorder" - }, -}); - -var maxTimeout = 1000; - -var allTests = ["tests/Core", "tests/Timing", "tests/Signal", "tests/SignalComparison", -"tests/SignalMath", "tests/Transport", "tests/Sources", "tests/Components", -"tests/Effect", "tests/Instruments", "tests/EffectPresets", "tests/InstrumentPresets", "tests/Expr"]; -// var allTests = ["tests/Core", "tests/Signal"]; - -require(allTests, function(){ - mocha.run(); -}); \ No newline at end of file