Compare commits

..

2 Commits

Author SHA1 Message Date
Carl Keinath 8e124848b6 Merge branch 'debian/latest' into 'debian/latest'
new upstream version 0.10.0

See merge request NyxTrail/hyprutils!3
2025-11-14 03:44:27 +00:00
Carl Keinath 74812d0a1f
port testsuite to gtest 2025-11-13 23:26:57 +01:00
2 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,6 @@
cmake_minimum_required(VERSION 3.19)
project(hyprutils_tests LANGUAGES CXX)
enable_testing()
set(CMAKE_CXX_STANDARD 23)
add_compile_options(
-Wall

View File

@ -12,4 +12,3 @@ cd "$AUTOPKGTEST_TMP"/build
cmake ..
cmake --build .
ctest