mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +02:00
libsoxr: Add 'make check' target for integration into GNU Autotools.
This commit is contained in:
parent
20f5c717b8
commit
3063e8717e
@ -120,6 +120,7 @@ http://sourceforge.net/p/soxr/wiki/Home/
|
||||
Version in Audacity SVN: 0.1.1
|
||||
Patches:
|
||||
* "libsoxr/configure" file: modified cmake params
|
||||
* add-make-check-support.patch: Add a check target for GNU Autotools integration.
|
||||
Upstream Version: 0.1.1
|
||||
|
||||
libvamp
|
||||
|
@ -201,6 +201,12 @@ endif ()
|
||||
|
||||
|
||||
|
||||
# Add 'make check' target for integration into GNU Autotools.
|
||||
|
||||
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND})
|
||||
|
||||
|
||||
|
||||
# Top-level:
|
||||
|
||||
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
|
||||
|
17
lib-src/libsoxr/add-make-check-support.patch
Normal file
17
lib-src/libsoxr/add-make-check-support.patch
Normal file
@ -0,0 +1,17 @@
|
||||
Index: CMakeLists.txt
|
||||
===================================================================
|
||||
--- CMakeLists.txt (revision 12955)
|
||||
+++ CMakeLists.txt (working copy)
|
||||
@@ -201,6 +201,12 @@
|
||||
|
||||
|
||||
|
||||
+# Add 'make check' target for integration into GNU Autotools.
|
||||
+
|
||||
+add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND})
|
||||
+
|
||||
+
|
||||
+
|
||||
# Top-level:
|
||||
|
||||
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
|
Loading…
x
Reference in New Issue
Block a user