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

@@ -53,6 +53,10 @@ checkstyle:
sorted:
@$(MAKE) -C .github/checks --no-print-directory $@
# check that no modules use "sp", requires the binaries to be built first
checksp:
@$(MAKE) -C .github/checks --no-print-directory $@
# runs regression tests, requires libtest target libraries
test:
@$(MAKE) -C test --no-print-directory $@