test: update compiled sqlite tests to match other tests

This commit updates the sqlite compiled tests to be structured
like other compiled tests.

Refs: https://github.com/nodejs/node/issues/56347
PR-URL: https://github.com/nodejs/node/pull/56446
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Stewart X Addison <sxa@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
Colin Ihrig 2025-01-04 23:01:21 -05:00 committed by GitHub
parent f97a7b607b
commit d0ff34f4b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 73 additions and 40 deletions

View file

@ -1296,26 +1296,6 @@
],
}, # embedtest
{
'target_name': 'sqlite_extension',
'type': 'shared_library',
'sources': [
'test/sqlite/extension.c'
],
'include_dirs': [
'test/sqlite',
'deps/sqlite',
],
'cflags': [
'-fPIC',
'-Wall',
'-Wextra',
'-O3',
],
}, # sqlitetest
{
'target_name': 'overlapped-checker',
'type': 'executable',