diff --git a/tests2/quickjs/test.sh b/tests2/quickjs/test.sh index bb658cc0..3b805897 100755 --- a/tests2/quickjs/test.sh +++ b/tests2/quickjs/test.sh @@ -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