Skip to content

Commit

Permalink
Merge pull request #69 from SamparkAI/shubhra/apps-update
Browse files Browse the repository at this point in the history
enums update
  • Loading branch information
shubhras01 committed May 30, 2024
2 parents e4398cf + 79293f0 commit 8d22944
Show file tree
Hide file tree
Showing 2 changed files with 702 additions and 161 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
Loading

0 comments on commit 8d22944

Please sign in to comment.