Skip to content

Commit

Permalink
Change: Extract initializing the validators int own C file
Browse files Browse the repository at this point in the history
Using an own C file will allow to link this file against a test program.

(cherry picked from commit 2d668e2)
  • Loading branch information
bjoernricks committed Dec 20, 2022
1 parent 649ee79 commit 8200fb6
Show file tree
Hide file tree
Showing 4 changed files with 737 additions and 673 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ add_executable (gsad
gsad_session.c
gsad_settings.c
gsad_user.c
gsad_validator.c
utils.c
validator.c)

Expand Down
Loading

0 comments on commit 8200fb6

Please sign in to comment.