8 lines
132 B
Makefile
8 lines
132 B
Makefile
binary = test_task_add_rand
|
|
expected_data = ../../data/add_rand.py
|
|
|
|
cc_sources = test_task_add_rand.cc \
|
|
|
|
include ../data_tests.mk
|
|
|