mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
Add ldeptest.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <zlib.h>
|
||||
|
||||
int main(int argc, const char **argv)
|
||||
{
|
||||
const char *prefix = " -- ";
|
||||
|
||||
std::cout << prefix << "Starting test" << std::endl;
|
||||
std::cout << prefix << "zlib version: " << zlibVersion() << std::endl;
|
||||
std::cout << prefix << "Ending test" << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user