Skip to content

Commit c85fafc

Browse files
Merge pull request #99 from dreamer-coding/enforce_pure_static
Pizza Test as static library
2 parents 7127fa0 + f4249a6 commit c85fafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/logic/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cc = meson.get_compiler('c')
33

44
test_code = ['mock.c', 'test.c', 'mark.c', 'sanity.c', 'common.c']
55

6-
fossil_test_lib = library('pizza-test',
6+
fossil_test_lib = static_library('pizza-test',
77
test_code,
88
install: true,
99
include_directories: dir,

0 commit comments

Comments
 (0)