[partition] Rename test executables
- all partition tests are now named partition<thing>test
This commit is contained in:
parent
3519697d0e
commit
e294221a2d
@ -15,7 +15,7 @@ include_directories(
|
|||||||
)
|
)
|
||||||
|
|
||||||
calamares_add_test(
|
calamares_add_test(
|
||||||
partitionjobtests
|
partitionjobtest
|
||||||
SOURCES
|
SOURCES
|
||||||
PartitionJobTests.cpp
|
PartitionJobTests.cpp
|
||||||
${PartitionModule_SOURCE_DIR}/core/KPMHelpers.cpp
|
${PartitionModule_SOURCE_DIR}/core/KPMHelpers.cpp
|
||||||
@ -31,7 +31,7 @@ calamares_add_test(
|
|||||||
)
|
)
|
||||||
|
|
||||||
calamares_add_test(
|
calamares_add_test(
|
||||||
clearmountsjobtests
|
partitionclearmountsjobtest
|
||||||
SOURCES
|
SOURCES
|
||||||
${PartitionModule_SOURCE_DIR}/jobs/ClearMountsJob.cpp
|
${PartitionModule_SOURCE_DIR}/jobs/ClearMountsJob.cpp
|
||||||
ClearMountsJobTests.cpp
|
ClearMountsJobTests.cpp
|
||||||
@ -42,7 +42,7 @@ calamares_add_test(
|
|||||||
|
|
||||||
|
|
||||||
calamares_add_test(
|
calamares_add_test(
|
||||||
createlayoutstests
|
partitioncreatelayoutstest
|
||||||
SOURCES
|
SOURCES
|
||||||
${PartitionModule_SOURCE_DIR}/core/KPMHelpers.cpp
|
${PartitionModule_SOURCE_DIR}/core/KPMHelpers.cpp
|
||||||
${PartitionModule_SOURCE_DIR}/core/PartitionInfo.cpp
|
${PartitionModule_SOURCE_DIR}/core/PartitionInfo.cpp
|
||||||
@ -59,7 +59,7 @@ calamares_add_test(
|
|||||||
)
|
)
|
||||||
|
|
||||||
calamares_add_test(
|
calamares_add_test(
|
||||||
automounttests
|
partitionautomounttest
|
||||||
SOURCES
|
SOURCES
|
||||||
${PartitionModule_SOURCE_DIR}/jobs/AutoMountManagementJob.cpp
|
${PartitionModule_SOURCE_DIR}/jobs/AutoMountManagementJob.cpp
|
||||||
AutoMountTests.cpp
|
AutoMountTests.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user