libui/test
Pietro Gagliardi 42623f92e9 And started breaking apart the timer functions. 2019-05-02 12:38:59 -04:00
..
initmain.c And implemented the multithreading stuff on Unix and Darwin. We can finally continue re-adding stuff to libui! 2019-04-28 21:22:11 -04:00
main.c Piped the actual file/line through to testingRunWithTimeout(). 2019-04-28 13:26:15 -04:00
meson.build Fixed bad timers on GTK+ tests. Turns out that clock() doesn't count when the process isn't actively running code (for instance, if it's waiting for I/O) :| 2019-04-28 21:49:54 -04:00
resources.rc More notes. 2019-04-21 18:00:38 -04:00
test.h Piped the actual file/line through to testingRunWithTimeout(). 2019-04-28 13:26:15 -04:00
test.manifest ANd integrated the test manifest back into the tester. 2019-04-21 17:59:29 -04:00
test.static.manifest ANd integrated the test manifest back into the tester. 2019-04-21 17:59:29 -04:00
testing.c And started breaking apart the timer functions. 2019-05-02 12:38:59 -04:00
testing.h Started splitting out the timer stuff into its own mini-library. Also I decided to drop the fallback stuff, since we run on new enough systems anyway, and nanosleep() is available on every version of macOS we need anyway. 2019-05-02 12:14:08 -04:00
testing_darwin.c Provided a mechanism for the testing library to abort on an internal error; redefined memory allocation to do so. This will also be used for resolving many of the TODOs on the Windows testing code. 2019-04-29 23:46:08 -04:00
testing_darwinunix.c Fixed building on Ubuntu Trusty. 2019-05-02 02:01:42 -04:00
testing_unix.c Fixed building on Ubuntu Trusty. 2019-05-02 02:01:42 -04:00
testing_windows.c And started breaking apart the timer functions. 2019-05-02 12:38:59 -04:00
testingpriv.h Provided a mechanism for the testing library to abort on an internal error; redefined memory allocation to do so. This will also be used for resolving many of the TODOs on the Windows testing code. 2019-04-29 23:46:08 -04:00
timer.c And started breaking apart the timer functions. 2019-05-02 12:38:59 -04:00
timer.h And started breaking apart the timer functions. 2019-05-02 12:38:59 -04:00
timer_windows.c And started breaking apart the timer functions. 2019-05-02 12:38:59 -04:00