Test-Command: set -e
 ; cp -r ./examples/*.cpp ./examples/*.hpp "$AUTOPKGTEST_TMP"
 ; cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with gcc:"
 ; g++ -Ofast mandelbrot.cpp -o mandelbrot
 ; ./mandelbrot
Depends: g++,
         libxsimd-dev
Restrictions: allow-stderr
Architecture: amd64 arm64 armhf i386

Test-Command: set -e
 ; cp -r ./examples/*.cpp ./examples/*.hpp "$AUTOPKGTEST_TMP"
 ; cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with clang:"
 ; clang++ -Ofast mandelbrot.cpp -o mandelbrot
 ; ./mandelbrot
Depends: clang,
         libxsimd-dev
Restrictions: allow-stderr
Architecture: amd64 arm64 armhf i386
