Skip to content

Commit 6c0058a

Browse files
committed
Fix test generation for QuickJS generator.
1 parent 096adcf commit 6c0058a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests2/quickjs/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ green=`tput setaf 2`
1111
reset=`tput sgr0`
1212

1313
echo "${green}Generating bindings${reset}"
14-
#dotnet $rootdir/bin/${configuration}_${platform}/CppSharp.CLI.dll \
15-
# --gen=qjs -I$dir/.. -o $dir/gen -m tests $dir/../*.h
14+
dotnet $rootdir/bin/${configuration}_${platform}/CppSharp.CLI.dll \
15+
--gen=qjs -I$dir/.. -o $dir/gen -m tests $dir/../Builtins.h $dir/../Enums.h
1616

1717
echo "${green}Building generated binding files${reset}"
1818
premake=$rootdir/build/premake.sh

0 commit comments

Comments
 (0)