mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 04:12:13 +00:00
add wavpack test
This commit is contained in:
parent
7bf4b65eb8
commit
8a5435b0c8
1 changed files with 8 additions and 0 deletions
8
test/wavpack.cpp
Normal file
8
test/wavpack.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <wavpack/wavpack.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
AEDI_EXPECT(WavpackGetLibraryVersion() != 0);
|
||||
AEDI_EXPECT(WavpackGetLibraryVersionString() != nullptr);
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue