Skip to content

Commit

Permalink
Fix tests on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
codeadict committed Feb 21, 2023
1 parent 36a17f4 commit 63d7469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ clean:
for tool in $(TOOLS); do rm -f $(TARGET_DIR)$$tool; done

test: compile
$(MAKE) LDFLAGS="$(LDFLAGS)" CXXFLAGS="$(CXXFLAGS)" CFLAGS="$(CFLAGS)" -C leveldb test
$(MAKE) LDFLAGS="$(LDFLAGS)" CXXFLAGS="$(TEST_CXXFLAGS)" CFLAGS="$(CFLAGS)" -C leveldb test

0 comments on commit 63d7469

Please sign in to comment.