Skip to content

Commit

Permalink
added seed/tests to rebuild examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Hensley committed Mar 12, 2020
1 parent 36d69ed commit 2a2ff6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebuild_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
echo "rebuilding examples:"
start_dir=$PWD
HW=hardware_platforms
example_dirs=( daisysp/examples $HW/field/examples $HW/patch/examples $HW/petal/examples $HW/pod/examples )
example_dirs=( daisysp/examples $HW/field/examples $HW/patch/examples $HW/petal/examples $HW/pod/examples $HW/seed/tests )
for e in ${example_dirs[@]}; do
for d in $e/*/; do
echo "rebuilding $d"
Expand Down

0 comments on commit 2a2ff6c

Please sign in to comment.