diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 18:32:52 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 18:32:52 +0200 |
commit | eb3a5e8834c1af80fc5196e5c8f5788e8a2b2167 (patch) | |
tree | 51b315faab10b1fdbb6508d6f89d818024a6cefb /test/engine.cc | |
parent | 32606894c67e6be27ba853a8bc3e97c808c14987 (diff) |
Introduce input engine isFreewheeling method.
Diffstat (limited to 'test/engine.cc')
-rw-r--r-- | test/engine.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine.cc b/test/engine.cc index 11fa720..96d513f 100644 --- a/test/engine.cc +++ b/test/engine.cc @@ -60,6 +60,7 @@ public: void pre() {} void run(size_t pos, size_t len, std::vector<event_t>& events) {} void post() {} + bool isFreewheeling() const { return true; } }; class test_engine : public CppUnit::TestFixture |