Check that there are no library modules that use the old "sp" symbol instead
of "c_sp".
This commit is contained in:
4
Makefile
4
Makefile
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user