aboutsummaryrefslogtreecommitdiff
path: root/test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in dlerror second consecutive callSilvio2017-05-011-0/+15
| | | | | | | | | | | | | According to the specs, a second consecutive call to dlerror should always return NULL . This was the case in dlfcn-win32 before https://github.com/dlfcn-win32/dlfcn-win32/pull/20 introduce a regression that caused dlerror to crash on the second consecutive call. In this commit the issue is fixed as suggested in https://github.com/dlfcn-win32/dlfcn-win32/issues/34 and a regression test has been added.
* Add testing of CMake exported targetsSilvio2017-03-051-0/+1
|
* Fix tests in Visual Studio 2015Silvio2017-03-051-7/+9
| | | | | | | | 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.
* Add linked modules to a separate global listTimothy Gu2015-03-151-1/+30
| | | | Fixes #2.
* Check for memory leak when _DEBUG is definedTimothy Gu2015-03-151-0/+17
|
* test: add trying to load nonexistent symbols testTimothy Gu2014-02-101-1/+82
|
* test: add forgotten testTimothy Gu2014-02-101-1/+27
| | | | "Open library again (without closing it first) with RTLD_GLOBAL"
* test: more updates and fixesTimothy Gu2014-02-101-37/+43
|
* test.c: make errors stand outTimothy Gu2014-02-101-20/+21
|
* License stuffTimothy Gu2014-02-101-4/+5
|
* Fix local symbol in global handle testTimothy Gu2014-01-221-3/+3
|
* test.c: return 1 if errorTimothy Gu2014-01-221-0/+27
|
* Cosmetics: white spaceRamiro Polla2007-06-291-5/+5
|
* Initial RevisionRamiro Polla2007-06-281-0/+157