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-23 23:02:09 +0100 |
commit | a06ac0793379358eb8095a859b617c85f166c15e (patch) | |
tree | aaf812d485cd3f04f2c0b6b657f97711d753a94c /test/engine.cc | |
parent | fcdef40659077e56256cff4f3bd8b9d9520ad087 (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 d27569c..7bdb1f6 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: |