8 lines
120 B
Makefile
8 lines
120 B
Makefile
binary = test_task_rand
|
|
expected_data = ../../data/rand.py
|
|
|
|
cc_sources = test_task_rand.cc \
|
|
|
|
include ../data_tests.mk
|
|
|