From 37e95c5dd84b193a5110ee5e385831c63a33e07c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me>
Date: Mon, 10 Jun 2024 16:12:29 +0200
Subject: [PATCH] feat : added wheel testing

---
 pyproject.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 78ff6e91..36cc1e90 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,6 +39,8 @@ write_to = "aidge_backend_cpu/_version.py"
 # CIBUILDWHEEL
 [tool.cibuildwheel]
 build-frontend = "build"
+test-requires = "pytest"
+test-command = "pytest {project}/aidge_backend_cpu/unit_tests"
 # uncomment to run cibuildwheel locally on selected distros
 # build=[
 #     "cp38-manylinux_x86_64",
-- 
GitLab