mirror of
https://github.com/fmang/opustags.git
synced 2025-01-16 05:03:13 +01:00
t: rename unit.t to opus.t
This commit is contained in:
parent
3aeb2097de
commit
fae547c4eb
@ -1,9 +1,9 @@
|
||||
add_executable(unit.t EXCLUDE_FROM_ALL unit.cc)
|
||||
target_link_libraries(unit.t libopustags)
|
||||
add_executable(opus.t EXCLUDE_FROM_ALL opus.cc)
|
||||
target_link_libraries(opus.t libopustags)
|
||||
|
||||
add_custom_target(
|
||||
check
|
||||
COMMAND prove "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}"
|
||||
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
|
||||
DEPENDS opustags unit.t
|
||||
DEPENDS opustags opus.t
|
||||
)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file t/unit.cc
|
||||
* \file t/opus.cc
|
||||
*
|
||||
* Entry point of the unit test suite.
|
||||
* Follows the TAP protocol.
|
Loading…
x
Reference in New Issue
Block a user