Skip to content

Commit

Permalink
fix: install tebako-package-descriptor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Dec 16, 2024
1 parent bf953ce commit 6e08b50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@ install(FILES
"include/tebako-defines.h"
"include/tebako-io.h"
"include/tebako-cmdline.h"
"include/tebako-package-descriptor.h"
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tebako
)

Expand Down
8 changes: 6 additions & 2 deletions tests/scripts/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ test_install_script() {
"$NM_MKDWARFS" \
"$DIR_INS_I/tebako-config.h" \
"$DIR_INS_I/tebako-defines.h" \
"$DIR_INS_I/tebako-io.h"
"$DIR_INS_I/tebako-io.h" \
"$DIR_INS_I/tebako-cmdline.h" \
"$DIR_INS_I/tebako-package-descriptor.h"
else
test_files_installed "$NM_MKDWARFS" \
"$DIR_INS_L/libdwarfs-wr.a" \
Expand All @@ -194,7 +196,9 @@ test_install_script() {
"$NM_LIBARCHIVE" \
"$DIR_INS_I/tebako-config.h" \
"$DIR_INS_I/tebako-defines.h" \
"$DIR_INS_I/tebako-io.h"
"$DIR_INS_I/tebako-io.h" \
"$DIR_INS_I/tebako-cmdline.h" \
"$DIR_INS_I/tebako-package-descriptor.h"
fi
}

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1

0 comments on commit 6e08b50

Please sign in to comment.