add_executable(decoderTest decoderTest.cpp)
target_link_libraries(decoderTest ovtbase ovtmisc)

add_executable(encoderTest encoderTest.cpp)
target_link_libraries(encoderTest ovtbase ovtmisc)
