Skip to content

Redundant(?) "make run" commands in bin/golden_test.sh #12

@steveri

Description

@steveri

See bin/golden_test.sh

  # Duh? Why twice?
  [ $DBG ] && echo "  make -f $MAKEFILE run TOP=fft SIM=$SIMULATOR"
  echo 1. make -f $MAKEFILE run TOP=fft SIM=$SIMULATOR >> $tmp
  mr |& egrep -v '^Makefile' >> $tmp
  echo 2. make -f $MAKEFILE run TOP=fft SIM=$SIMULATOR >> $tmp
  mr |& egrep -v '^Makefile' >> $tmp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions