|
d22f7719
|
2017-03-05T16:48:00
|
|
Add testing of CMake exported targets
|
|
540fa7a4
|
2017-03-05T16:16:16
|
|
Fix tests in Visual Studio 2015
For checking the loading of symbols from the global handle,
the printf symbol was loaded, but since Visual Studio 2015
printf is defined as a inline function.
To fix this, the test has been modified to load the symbol
of the fwrite function.
|
|
dd4254a3
|
2014-10-08T15:50:21
|
|
Add linked modules to a separate global list
Fixes #2.
|
|
c421b701
|
2015-03-15T16:09:44
|
|
Check for memory leak when _DEBUG is defined
|
|
e16a6e8e
|
2014-02-10T03:46:33
|
|
test: add trying to load nonexistent symbols test
|
|
043b3358
|
2014-02-10T03:35:19
|
|
test: add forgotten test
"Open library again (without closing it first) with RTLD_GLOBAL"
|
|
f1642131
|
2014-02-10T03:30:50
|
|
test: more updates and fixes
|
|
507ae09f
|
2014-02-10T03:08:12
|
|
test.c: make errors stand out
|
|
346543d6
|
2014-02-10T03:05:45
|
|
License stuff
|
|
f92c7718
|
2014-01-22T04:26:18
|
|
Fix local symbol in global handle test
|
|
cd276891
|
2014-01-22T04:24:38
|
|
test.c: return 1 if error
|
|
85d184f7
|
2007-06-29T20:36:07
|
|
Cosmetics: white space
|
|
4c4b268c
|
2007-06-28T05:50:08
|
|
Initial Revision
|