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
