Skip to content

Commit

Permalink
Fix test generation for QuickJS generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Dec 15, 2020
1 parent 096adcf commit 6c0058a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests2/quickjs/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c0058a

Please sign in to comment.