signal_processing_vorlage/tests/device/device_data_test.mk

10 lines
205 B
Makefile
Raw Normal View History

2023-10-31 07:47:27 +01:00
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)