Whoops again

This commit is contained in:
Dion Moult
2024-04-08 10:31:37 +10:00
parent 0168c0ee26
commit 1ab76897a8
2 changed files with 24 additions and 0 deletions
+6
View File
@@ -16,6 +16,12 @@
# You should have received a copy of the GNU General Public License
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
VERSION:=`date '+%y%m%d'`
SED:=sed -i
ifeq ($(UNAME_S),Darwin)
SED:=sed -i '' -e
endif
.PHONY: test
test:
pytest -p no:pytest-blender test