Fixed the code style in *.c files to two spaces indentation and add a linter named funstx to Fun. (0.39.0)
This commit is contained in:
parent
33001a7ad2
commit
03b2532474
237 changed files with 17550 additions and 13911 deletions
|
|
@ -139,6 +139,12 @@ if(FUN_WITH_REPL)
|
|||
endif()
|
||||
target_link_libraries(fun PRIVATE fun_core)
|
||||
|
||||
# Executable: funstx (syntax checker CLI)
|
||||
add_executable(funstx
|
||||
${CMAKE_SOURCE_DIR}/src/funstx.c
|
||||
)
|
||||
target_link_libraries(funstx PRIVATE fun_core)
|
||||
|
||||
# Internal test programs
|
||||
add_executable(fun_test
|
||||
${CMAKE_SOURCE_DIR}/src/fun_test.c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue