diff options
author | Silvio <silvio.traversaro@iit.it> | 2017-03-05 16:48:00 +0100 |
---|---|---|
committer | Silvio <silvio.traversaro@iit.it> | 2017-03-05 17:09:23 +0100 |
commit | d22f7719cb6a610be6cc20cbfbb79698177360cd (patch) | |
tree | 5eaf7a4bd401fc600047a7bf0b792f49fb67a702 /test.c | |
parent | e32762ce3ccbd10af00fed78995fb442931e55bb (diff) | |
download | dlfcn-win32-d22f7719cb6a610be6cc20cbfbb79698177360cd.tar.gz dlfcn-win32-d22f7719cb6a610be6cc20cbfbb79698177360cd.tar.bz2 dlfcn-win32-d22f7719cb6a610be6cc20cbfbb79698177360cd.zip |
Add testing of CMake exported targets
Diffstat (limited to '')
-rw-r--r-- | test.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |