Skip to content

Commit

Permalink
Added fx testrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
apohl79 committed Jun 1, 2022
1 parent 3c771ef commit 557c6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Plugin/Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,11 @@ PluginProcessor::~PluginProcessor() {
Metrics::cleanup();
ServiceReceiver::cleanup(m_instId.hash());
logln("plugin unloaded");
#ifndef AG_UNIT_TESTS
Tracer::cleanup();
Logger::cleanup();
Sentry::cleanup();
#endif
}

void PluginProcessor::loadConfig() {
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def tests(args):
for f in glob.glob('TestsData/**/*.zip'):
extractFile(f)

for t in ['testrunner-server']:
for t in ['testrunner-server', 'testrunner-fx']:
if platform == 'windows':
t = t + '.exe'

Expand Down

0 comments on commit 557c6d6

Please sign in to comment.