[libcalamares] Sort the tests by subdir
This commit is contained in:
parent
bdd6bdc3b2
commit
197cb9982c
@ -223,18 +223,6 @@ calamares_add_test(
|
||||
Tests.cpp
|
||||
)
|
||||
|
||||
calamares_add_test(
|
||||
libcalamaresutilstest
|
||||
SOURCES
|
||||
utils/Tests.cpp
|
||||
)
|
||||
|
||||
calamares_add_test(
|
||||
libcalamaresutilspathstest
|
||||
SOURCES
|
||||
utils/TestPaths.cpp
|
||||
)
|
||||
|
||||
calamares_add_test(
|
||||
libcalamaresgeoiptest
|
||||
SOURCES
|
||||
@ -242,6 +230,24 @@ calamares_add_test(
|
||||
${geoip_src}
|
||||
)
|
||||
|
||||
calamares_add_test(
|
||||
libcalamareslocaletest
|
||||
SOURCES
|
||||
locale/Tests.cpp
|
||||
)
|
||||
|
||||
calamares_add_test(
|
||||
libcalamaresmodulesystemtest
|
||||
SOURCES
|
||||
modulesystem/Tests.cpp
|
||||
)
|
||||
|
||||
calamares_add_test(
|
||||
libcalamaresnetworktest
|
||||
SOURCES
|
||||
network/Tests.cpp
|
||||
)
|
||||
|
||||
calamares_add_test(
|
||||
libcalamarespartitiontest
|
||||
SOURCES
|
||||
@ -259,22 +265,17 @@ if( KPMcore_FOUND )
|
||||
endif()
|
||||
|
||||
calamares_add_test(
|
||||
libcalamareslocaletest
|
||||
libcalamaresutilstest
|
||||
SOURCES
|
||||
locale/Tests.cpp
|
||||
utils/Tests.cpp
|
||||
)
|
||||
|
||||
calamares_add_test(
|
||||
libcalamaresnetworktest
|
||||
libcalamaresutilspathstest
|
||||
SOURCES
|
||||
network/Tests.cpp
|
||||
utils/TestPaths.cpp
|
||||
)
|
||||
|
||||
calamares_add_test(
|
||||
libcalamaresmodulesystemtest
|
||||
SOURCES
|
||||
modulesystem/Tests.cpp
|
||||
)
|
||||
|
||||
# This is not an actual test, it's a test / demo application
|
||||
# for experimenting with GeoIP.
|
||||
|
Loading…
Reference in New Issue
Block a user