Loesung des Praktikums Systementwurf - Bjarne Hoesch - Bernhard Schoeffel

data_tests.mk 180B

1 year ago
1234567
  1. include ../tests.mk
  2. artifacts += data.py __pycache__
  3. plot: data.py
  4. @echo Plotting resulting signal vs. expected signal ...
  5. @../../scripts/plot.py ${expected_data} 2> /dev/null