Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add a test for the test
  • Loading branch information
mmomtchev committed Sep 5, 2023
commit 1690779b0343a4f4f2e6aa426ff6e64609f170d3
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ coverage-report-js:
cctest: all
@out/$(BUILDTYPE)/$@ --gtest_filter=$(GTEST_FILTER)
@out/$(BUILDTYPE)/embedtest "require('./test/embedding/test-embedding.js')"
@out/$(BUILDTYPE)/embedtest "throw new Error" > /dev/null 2>&1; test "$?" -eq 1

.PHONY: list-gtests
list-gtests:
Expand Down