We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096adcf commit 6c0058aCopy full SHA for 6c0058a
tests2/quickjs/test.sh
@@ -11,8 +11,8 @@ green=`tput setaf 2`
11
reset=`tput sgr0`
12
13
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
+dotnet $rootdir/bin/${configuration}_${platform}/CppSharp.CLI.dll \
+ --gen=qjs -I$dir/.. -o $dir/gen -m tests $dir/../Builtins.h $dir/../Enums.h
16
17
echo "${green}Building generated binding files${reset}"
18
premake=$rootdir/build/premake.sh
0 commit comments