signal_processing_vorlage/tests/device/device_data_test.mk
Johannes Kutning 0d1b73e3e0 Initial commit
2023-10-31 07:47:27 +01:00

10 lines
205 B
Makefile

extract_python_data = ${scripts}/extract_python_data.sh
plot_data = data.py
artifacts += ${plot_data}
artifacts += __pycache__
include ../device_test.mk
plot: _plot
@${scripts}/plot.py $(expected_data)