Apply all changes done to the backend test to the front-end test, too

This commit is contained in:
Schaich 2021-03-29 23:39:40 +09:00
parent 9ff3f13c19
commit b69df5ad91
3 changed files with 12 additions and 62 deletions

View file

@ -21,3 +21,7 @@ set_target_properties(zint_frontend PROPERTIES OUTPUT_NAME "zint")
target_link_libraries(zint_frontend zint)
install(TARGETS zint_frontend DESTINATION "${BIN_INSTALL_DIR}" RUNTIME)
if(ZINT_TEST)
add_subdirectory(tests)
endif(ZINT_TEST)