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