Skip to content

Commit

Permalink
tests REFACTOR added missing stdint.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lePici authored and michalvasko committed Jul 4, 2024
1 parent b20bab9 commit b7978d5
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_candidate.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_confirmed_commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <errno.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_edit.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_nacm.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_parallel_sessions.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <pthread.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_sub_ntf.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_sub_ntf_advanced.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_sub_ntf_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_subscribe_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_subscribe_param.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_url.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_with_defaults.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_yang_push.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
Expand Down
1 change: 1 addition & 0 deletions tests/test_yang_push_advanced.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
Expand Down

0 comments on commit b7978d5

Please sign in to comment.