mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 18:12:17 +00:00
Disable Python tests if the option enable_test is false. (#14)
This commit is contained in:
parent
78e79b7b35
commit
90f82455f3
@ -1,2 +1,5 @@
|
||||
add_subdirectory(csrc)
|
||||
add_subdirectory(tests)
|
||||
|
||||
if(kaldifeat_BUILD_TESTS)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user