aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/test/test_import/ya.make
blob: 273c596936e1d90f20134e963d3922527a8299e4 (plain) (blame)
1
2
3
4
5
6
7
8
YQL_UDF(test_import_udf)
YQL_ABI_VERSION(2 9 0)

SRCS(
    test_import_udf.cpp
)

END()