mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[packagechooser] Too many 'o's in test name
This commit is contained in:
parent
89dcae393e
commit
9a52430e74
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ if( ECM_FOUND AND BUILD_TESTING )
|
|||
ecm_add_test(
|
||||
Tests.cpp
|
||||
TEST_NAME
|
||||
packagechooosertest
|
||||
packagechoosertest
|
||||
LINK_LIBRARIES
|
||||
${CALAMARES_LIBRARIES}
|
||||
Qt5::Core
|
||||
Qt5::Test
|
||||
)
|
||||
calamares_automoc( packagechooosertest)
|
||||
calamares_automoc( packagechoosertest)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue