8 lines
117 B
Makefile
8 lines
117 B
Makefile
![]() |
binary = test_task_fft
|
||
|
expected_data = ../../data/fft.py
|
||
|
|
||
|
cc_sources = test_task_fft.cc \
|
||
|
|
||
|
include ../data_tests.mk
|
||
|
|