diff --git a/Makefile b/Makefile index e772576..6c16178 100644 --- a/Makefile +++ b/Makefile @@ -57,4 +57,8 @@ clean: rm -f src/eyegestures.min.js test: - ${PYTHON} -m unittest tests/test_* \ No newline at end of file + @if [ -d tests ] && find tests -maxdepth 1 -type f -name 'test_*.py' -print -quit | grep -q .; then \ + ${PYTHON} -m unittest discover -s tests -p 'test_*.py'; \ + else \ + echo "No test files found in tests/; skipping test execution."; \ + fi \ No newline at end of file diff --git a/eyeGestures/EyegesturesEngine.cpython-314-x86_64-linux-gnu.so b/eyeGestures/EyegesturesEngine.cpython-314-x86_64-linux-gnu.so new file mode 100755 index 0000000..e2f0a16 Binary files /dev/null and b/eyeGestures/EyegesturesEngine.cpython-314-x86_64-linux-gnu.so differ