Compare commits

..

No commits in common. "17133281d2bbf7c8b5f21a1f496e1f35d72effc8" and "cb8cfd6da87eca57ee735a73f5e63dcfba16f919" have entirely different histories.

2 changed files with 0 additions and 17 deletions

2
.gitignore vendored
View File

@ -1,6 +1,4 @@
# ---> C++
# build artifacts
build/
# Prerequisites
*.d

View File

@ -1,15 +0,0 @@
# Author: Unai Blazquez
# License: GPL-3-only
add_executable(test_sysfs_reader
test_sysfs_read.cxx
)
target_link_libraries(test_sysfs_reader
PRIVATE
core
gtest
gtest_main
)
add_test(NAME test_sysfs_reader COMMAND test_sysfs_reader)