This batch file will execute the new regression tests, for now this only
inclues `shapes.py`. Also added the execution of this file to the Appveyor
configuration.
rm Release\Graphviz\bin\*.ipdb;
rm Release\Graphviz\bin\*.ilk;
}
+
+ # Append build destination to the PATH, configure dot and execute regression tests
+ $env:Path += ";" + $env:APPVEYOR_BUILD_FOLDER + "\" + $env:configuration + "\Graphviz\bin";
+ dot -c;
+ cd tests\regression_tests;
+ ./regression_tests.bat;
}
if ($env:compiler -eq "msys2" -Or $env:compiler -eq "cygwin") {
--- /dev/null
+@ECHO OFF
+
+cd shapes
+python shapes.py