Skip to content

Commit

Permalink
adding test demos scripts in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhras01 committed May 30, 2024
1 parent 403b8d6 commit 79293f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@ env: clean
else\
echo "In a virtual environment! Exit first: 'exit'.";\
fi

test-demo:
for dir in plugins/*; do \
find $$dir -name '*_demo.py' -exec python3 {} \;;\
done

0 comments on commit 79293f0

Please sign in to comment.