# Basic Template Test for automatic run a scenario that produce a file to be compared to a reference file
# You need to set the name of the test according to name of scenario file and reference file

# Test TagStream

SET(TEST_NAME "TagStream")

ADD_TEST(run_${TEST_NAME} "$ENV{OV_BINARY_PATH}/test_tagstream")


