Skip to content

Commit

Permalink
Thunder Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan-aslan committed Jul 12, 2024
1 parent 851dc40 commit fc542b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/TestAutomationComRpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(TestAutomationComRpc)

cmake_minimum_required(VERSION 3.15)

find_package(WPEFramework)
find_package(Thunder)

project_version(1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion tests/TestAutomationComRpc/TestAutomationComRpcPlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "TestAutomationComRpc Plugin",
"callsign": "TestAutomationComRpc",
"locator": "libWPEFrameworkTestAutomationComRpc.so",
"locator": "libThunderTestAutomationComRpc.so",
"status": "production",
"description": "TestAutomationComRpc helps you to validate COMRPC messages via Automated Tests",
"version": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/TestAutomationMemory/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(TestAutomationMemory)

cmake_minimum_required(VERSION 3.15)

find_package(WPEFramework)
find_package(Thunder)

project_version(1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion tests/TestAutomationMemory/TestAutomationMemoryPlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "TestAutomationMemory Plugin",
"callsign": "TestAutomationMemory",
"locator": "libWPEFrameworkTestAutomationMemory.so",
"locator": "libThunderTestAutomationMemory.so",
"status": "production",
"description": "TestAutomationMemory manipulates memory usage for Automated Tests.",
"version": "1.0"
Expand Down

0 comments on commit fc542b8

Please sign in to comment.