File: test.patch

package info (click to toggle)
faudio 25.05%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,532 kB
  • sloc: ansic: 28,470; cpp: 7,356; cs: 2,170; makefile: 21; sh: 2
file content (14 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Install tests for autopkgtest
Author: Michael Gilbert <mgilbert@debian.org>
Forwarded: not-needed

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -322,6 +322,7 @@
 	add_executable(faudio_tests tests/xaudio2.c)
 	target_compile_definitions(faudio_tests PRIVATE _DEFAULT_SOURCE _BSD_SOURCE)
 	target_link_libraries(faudio_tests PRIVATE ${target})
+	install(TARGETS faudio_tests DESTINATION ${FAudio_INSTALL_LIBDIR}/faudio)
 endif()
 
 # Installation