summaryrefslogtreecommitdiff
path: root/tests/unit/CMakeLists.txt
blob: e45b991d7c6ac180663370682ed506551c432cf9 (plain)
1
2
3
4
5
6
7
8
9
# UNIT TESTS 

add_executable(testempty1 testempty1.c)
add_executable(testempty2 testempty2.c)
target_link_libraries(testempty1 openjpeg)
target_link_libraries(testempty2 openjpeg)

add_test(NAME testempty1 COMMAND testempty1)
add_test(NAME testempty2 COMMAND testempty2)