Skip to content

Commit 2b1c2c9

Browse files
ad9084: fix tests path to ad9084 and jesdstatus plugin libraries.
Signed-off-by: AlexandraTrifan <[email protected]>
1 parent 7fb8ec1 commit 2b1c2c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/ad9084/test/tst_pluginloader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private Q_SLOTS:
4444
};
4545

4646
#define PLUGIN_LOCATION "../../plugins"
47-
#define FILENAME PLUGIN_LOCATION "/libscopy-ad9084plugin.so"
47+
#define FILENAME PLUGIN_LOCATION "/libscopy-ad9084.so"
4848

4949
void TST_AD9084Plugin::fileExists()
5050
{

plugins/jesdstatus/test/tst_pluginloader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private Q_SLOTS:
4444
};
4545

4646
#define PLUGIN_LOCATION "../../plugins"
47-
#define FILENAME PLUGIN_LOCATION "/libscopy-jesdstatusplugin.so"
47+
#define FILENAME PLUGIN_LOCATION "/libscopy-jesdstatus.so"
4848

4949
void TST_JesdStatusPlugin::fileExists()
5050
{

0 commit comments

Comments
 (0)