aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorSilvio <silvio.traversaro@iit.it>2017-03-05 16:48:00 +0100
committerSilvio <silvio.traversaro@iit.it>2017-03-05 17:09:23 +0100
commitd22f7719cb6a610be6cc20cbfbb79698177360cd (patch)
tree5eaf7a4bd401fc600047a7bf0b792f49fb67a702 /test.c
parente32762ce3ccbd10af00fed78995fb442931e55bb (diff)
downloaddlfcn-win32-d22f7719cb6a610be6cc20cbfbb79698177360cd.tar.gz
dlfcn-win32-d22f7719cb6a610be6cc20cbfbb79698177360cd.tar.bz2
dlfcn-win32-d22f7719cb6a610be6cc20cbfbb79698177360cd.zip
Add testing of CMake exported targets
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index e7124ae..14523ad 100644
--- a/test.c
+++ b/test.c
@@ -24,6 +24,7 @@
24#include <crtdbg.h> 24#include <crtdbg.h>
25#endif 25#endif
26#include <stdio.h> 26#include <stdio.h>
27#include <string.h>
27#include "dlfcn.h" 28#include "dlfcn.h"
28 29
29/* If these dlclose's fails, we don't care as the handles are going to be 30/* If these dlclose's fails, we don't care as the handles are going to be