Skip to content

Commit

Permalink
try include zmalloc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
karthyuom committed May 17, 2024
1 parent 413cc83 commit be6d6f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ jobs:
repository: ${{ env.GITHUB_REPOSITORY }}
ref: ${{ env.GITHUB_HEAD_REF }}
- name: make
run: make all-with-unit-tests OPT=-O3 USE_JMALLOC=yes SANITIZER=address SERVER_CFLAGS='-DSERVER_TEST -Werror -DDEBUG_ASSERTIONS'
run: make all-with-unit-tests OPT=-O3 SANITIZER=address SERVER_CFLAGS='-DSERVER_TEST -Werror -DDEBUG_ASSERTIONS'
- name: testprep
# Work around ASAN issue, see https://github.com/google/sanitizers/issues/1716
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/unit/test_zmalloc.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "../../src/zmalloc.h"
#include "../zmalloc.c"
#include "test_help.h"

int test_zmallocInitialUsedMemory(int argc, char **argv, int flags) {
Expand Down

0 comments on commit be6d6f3

Please sign in to comment.