aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r--tests/indicator-test.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc
index 47a95f3..5066558 100644
--- a/tests/indicator-test.cc
+++ b/tests/indicator-test.cc
@@ -30,6 +30,14 @@ protected:
{
}
+ virtual void SetUp() override
+ {
+ auto bustle = buildBustleMock("indicator-test.bustle");
+ addMock(bustle);
+
+ IndicatorFixture::SetUp();
+ }
+
};