Nodejs: add missing run_ptest script

ptest-runner is not available for Nodejs on target hence added run-ptest script

Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Archana Polampalli
2023-03-24 16:18:37 +00:00
committed by Khem Raj
parent c90081cebd
commit 2144e93beb
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
./cctest
@@ -27,6 +27,7 @@ SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
file://system-c-ares.patch \
file://0001-liftoff-Correct-function-signatures.patch \
file://0001-mips-Use-32bit-cast-for-operand-on-mips32.patch \
file://run-ptest \
"
SRC_URI:append:class-target = " \