diff --git a/.appveyor.yml b/.appveyor.yml index b3ff4246..0b8fa9c8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,6 +12,7 @@ only_commits: - example2/ - example3/ - inc/ + - test/ - cmake/ - CMakeLists.txt @@ -52,3 +53,5 @@ build_script: -DBUILD_CRUNCH=ON -DBUILD_SHARED_LIBCRN=ON -DBUILD_EXAMPLES=ON cmake --build build --config Release + + python test/test.py