summaryrefslogtreecommitdiff
path: root/test/wgl_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Only use printf family when passing argumentsIkey Doherty2017-10-191-3/+3
| | | | | | | This avoids any unnecessary allocations when simply passing static strings to be printed onto stderr, and uses the simpler fputs mechanism. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-071-2/+2
| | | | | | | | | | | | | | | Most of the changes that happened after commit 8bbc0d40 broke epoxy pretty much irreparably because of the CMake build and the attempt at making libepoxy a static library that can be copy-pasted into another project without generating files. Since all the commits are entangled, and are full of unrelated changes, we cannot simply do a localized set of reverts; instead, we need to hit the reset button. From this point forward, we're going to improve libepoxy's build while attempting to keep the existing build system working. This may mean reinstating the CMake build system at a later date.
* Fix support for a static build of Epoxy. Add support building and running ↵Yaron Cohen-Tal2015-09-031-2/+2
| | | | tests with CMake. Add support for linking with the static run-time library with MSVC.
* win32: Fix a C90 compiler warning.Eric Anholt2014-03-271-1/+1
|
* Add missing '\n's to wgl test errors.Eric Anholt2014-02-061-2/+2
| | | | | Like some of the other missing '\n's, I'd originally used errx(), then just done a sed job to fprintf when I found that win32 lacked errx().
* Add a test for basic functionality on win32.Eric Anholt2013-12-101-0/+128