Browse Source

Fix test generation for QuickJS generator.

pull/1557/head
Joao Matos 5 years ago committed by João Matos
parent
commit
6c0058a47e
  1. 4
      tests2/quickjs/test.sh

4
tests2/quickjs/test.sh

@ -11,8 +11,8 @@ green=`tput setaf 2` @@ -11,8 +11,8 @@ green=`tput setaf 2`
reset=`tput sgr0`
echo "${green}Generating bindings${reset}"
#dotnet $rootdir/bin/${configuration}_${platform}/CppSharp.CLI.dll \
# --gen=qjs -I$dir/.. -o $dir/gen -m tests $dir/../*.h
dotnet $rootdir/bin/${configuration}_${platform}/CppSharp.CLI.dll \
--gen=qjs -I$dir/.. -o $dir/gen -m tests $dir/../Builtins.h $dir/../Enums.h
echo "${green}Building generated binding files${reset}"
premake=$rootdir/build/premake.sh

Loading…
Cancel
Save