Skip to content

Commit

Permalink
Use node over spidermokey by default in test/meta/Makefile. NFC
Browse files Browse the repository at this point in the history
Honestly I'm not sure it worth maintaining the complexity of supporting
anything but node here.
  • Loading branch information
sbc100 committed May 2, 2024
1 parent 621d8c0 commit 5deb6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/meta/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SHARED_MEM=false

# SpiderMonkey shell
JSSHELL=~/mozilla-central/js/src/build-debug/dist/bin/js -e 'const WITH_SHARED_MEMORY=$(SHARED_MEM);' -f common.js
#JSSHELL=~/mozilla-central/js/src/build-debug/dist/bin/js -e 'const WITH_SHARED_MEMORY=$(SHARED_MEM);' -f common.js

# Node.js
#JSSHELL=./noderun.sh $(SHARED_MEM)
JSSHELL=./noderun.sh $(SHARED_MEM)

TARGETDIR=../core

Expand Down

0 comments on commit 5deb6d5

Please sign in to comment.