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-29 22:43:33 +0200 |
commit | e584e1b0343542e08ba834307dab8aa3a745d0cf (patch) | |
tree | 555da38c379e0dc853475110dc910e0cae94d712 /test/engine.cc | |
parent | 9d49d51a85f86f516427e337e77a60bf8bd8edf1 (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: |