SET(TARGET_WEBAUTHN_SERVER "${SERVICE_NAME}-server")
SET(TARGET_WEBAUTHN_CLIENT "${SERVICE_NAME}-client")
SET(TARGET_WEBAUTHN_COMMON "${SERVICE_NAME}-common")
-SET(TARGET_WEBAUTHN_UNIT_TESTS "${SERVICE_NAME}-unit-tests")
+SET(TARGET_WEBAUTHN_UNIT_TESTS "${SERVICE_NAME}-unittests")
SET(TARGET_WEBAUTHN_MANUAL_TESTS "${SERVICE_NAME}-manual-tests")
############################ Configure manifest files ######################
%description -n %{name}-hal-devel
HAL API of Web Authentication Service (development files)
-%package unit-tests
+%package unittests
Summary: Web Authentication Service (unit tests)
License: Apache-2.0
Group: Security/Development
BuildRequires: pkgconfig(gtest)
Requires: %{name} = %{version}-%{release}
-%description unit-tests
+%description unittests
Web Authentication Service (unit tests)
%package manual-tests
test_main() {
echo "test_main start"
- /usr/bin/webauthn-unit-tests
+ /usr/bin/webauthn-unittests
}
teardown() {
%{_datadir}/gcov/obj/*
%endif
-%files -n %{name}-unit-tests
-%manifest %{name}-unit-tests.manifest
+%files -n %{name}-unittests
+%manifest %{name}-unittests.manifest
%license LICENSE
-%{bin_dir}/%{name}-unit-tests
+%{bin_dir}/%{name}-unittests
%{_bindir}/tizen-unittests/%{name}/run-unittest.sh
%files -n %{name}-manual-tests