Skip to content

Commit

Permalink
test cases/linuxlike/14 static dynamic linkage: Explaining in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dememax committed Oct 30, 2024
1 parent a2c4b5c commit 46e9e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test cases/linuxlike/14 static dynamic linkage/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This test uses zlib to see if static and dynaic linkages are working.
# C program is using one zlib function call (zlibVersion).
# Then nm utility is used to check this symbol existence in the resulting binary.

project('zlib linkage', 'c')

s = get_option('static')
Expand Down

0 comments on commit 46e9e5b

Please sign in to comment.