diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-23 23:02:09 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 21:06:49 +0200 |
commit | c9f773c9f2c9ea52d5e0ed69b13870c0c5f96acf (patch) | |
tree | 6476576a46c85c109f3fdd7d4ffa2107d66873dc /test/engine.cc | |
parent | 6265f9a0d8b213529905324f90059941a4f2a99a (diff) |
Fix tests.
Diffstat (limited to 'test/engine.cc')
-rw-r--r-- | test/engine.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/engine.cc b/test/engine.cc index 86f4f4d..89c0158 100644 --- a/test/engine.cc +++ b/test/engine.cc @@ -40,9 +40,10 @@ public: void tearDown() {} void loading() { + Settings settings; AudioOutputEngine *oe = NULL; AudioInputEngine *ie = NULL; - DrumGizmo dg(oe, ie); + DrumGizmo dg(settings, oe, ie); dg.setFrameSize(100); // Switch kits emmidiately with giving the loader time to work: |