encode: Add library for x86-64 encoding
This commit is contained in:
@@ -2,3 +2,8 @@
|
||||
decode_test = executable('test_decode', 'test_decode.c',
|
||||
dependencies: fadec)
|
||||
test('decode', decode_test)
|
||||
|
||||
encode_test = executable('test_encode', 'test_encode.c',
|
||||
dependencies: fadec,
|
||||
c_args: ['-D_GNU_SOURCE'])
|
||||
test('encode', encode_test)
|
||||
|
||||
Reference in New Issue
Block a user