summaryrefslogtreecommitdiffstats
path: root/Tests/FindDevIL/Test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindDevIL/Test/main.c')
-rw-r--r--Tests/FindDevIL/Test/main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/FindDevIL/Test/main.c b/Tests/FindDevIL/Test/main.c
new file mode 100644
index 0000000..4a07087
--- /dev/null
+++ b/Tests/FindDevIL/Test/main.c
@@ -0,0 +1,10 @@
+#include <IL/il.h>
+
+int main()
+{
+ // Test 1 requires to link to the library.
+ ilInit();
+
+ ilShutDown();
+ return 0;
+}