Check that there are no library modules that use the old "sp" symbol instead

of "c_sp".
This commit is contained in:
Kugel Fuhr
2025-06-26 08:23:51 +02:00
parent 5db2aed129
commit 399f5aaab7
4 changed files with 32 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ jobs:
- name: Build the platform libraries.
shell: bash
run: make -j2 lib QUIET=1
- name: check test that no modules use sp
shell: bash
run: make -j2 checksp QUIET=1
- name: Run the regression tests.
shell: bash
run: make -j2 test QUIET=1