Skip to content

Commit

Permalink
Add ctest to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmakesgames authored and Fayti1703 committed Jan 20, 2023
1 parent 261889c commit bf1dff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ gem: pkg/libv8-node-$(VERSION)-$(CPU)-$(OS).gem

test: test/$(CPU)-$(OS)

ctest: vendor/v8
cd test/gtest && cmake -S . -B build && cd build && cmake --build . && ctest

src/node-v$(NODE_VERSION).tar.gz:
./libexec/download-node $(NODE_VERSION)

Expand Down

0 comments on commit bf1dff5

Please sign in to comment.