libui/test
Pietro Gagliardi a907353c9c Workaround for now. I should have specified in the bug that I overlooked it because my version of clang seems to use C99 for Objective-C by default, but not for Objective-C++. I'll do that when I'm next online. Anyway, now to write uiControl functionality tests. 2019-06-16 21:26:05 -04:00
..
lib Adapted everything to life with C++ and to the new error checking model. 2019-06-15 19:53:50 -04:00
allcalls.h Migrated noinitwrongthread.c. 2019-06-15 20:17:45 -04:00
controls.c More filling in of the uiControl errors tests. 2019-06-16 13:06:28 -04:00
controls_darwin.m Turned testVtable into a function that returned the pointer to use, made the OSVtable equivalent likewise, and renamed darwin/control.m to darwin/controls.m. 2019-06-15 21:33:53 -04:00
controls_darwin_errors.m Workaround for now. I should have specified in the bug that I overlooked it because my version of clang seems to use C99 for Objective-C by default, but not for Objective-C++. I'll do that when I'm next online. Anyway, now to write uiControl functionality tests. 2019-06-16 21:26:05 -04:00
controls_errors.cpp Started writing the macOS control errors file. We have a meson problem now... it's not respecting cpp_std for Objective-C++. 2019-06-16 20:35:36 -04:00
errors.c Adapted everything to life with C++ and to the new error checking model. 2019-06-15 19:53:50 -04:00
events.c Deduplicated the common defer functions. 2019-06-13 10:39:40 -04:00
events_errors.cpp And also FINALLY added the internal uiEvents to the uiEventFree() test. 2019-06-15 21:45:35 -04:00
initmain.c Renamed diffx() to diff(). 2019-06-02 01:59:08 -04:00
main.c More filling in of the uiControl errors tests. 2019-06-16 13:06:28 -04:00
meson.build Workaround for now. I should have specified in the bug that I overlooked it because my version of clang seems to use C99 for Objective-C by default, but not for Objective-C++. I'll do that when I'm next online. Anyway, now to write uiControl functionality tests. 2019-06-16 21:26:05 -04:00
noinitwrongthread.cpp Migrated noinitwrongthread.c. 2019-06-15 20:17:45 -04:00
resources_shared.rc Split the shared and static resources on the Windows tester, for the same reason. 2019-06-01 10:29:48 -04:00
resources_static.rc Split the shared and static resources on the Windows tester, for the same reason. 2019-06-01 10:29:48 -04:00
test.h Started writing the macOS control errors file. We have a meson problem now... it's not respecting cpp_std for Objective-C++. 2019-06-16 20:35:36 -04:00
test_darwin.h Started writing the controls Darwin-specific code and all-platforms tests for real. 2019-06-10 23:09:48 -04:00
test_shared.manifest Split the shared and static resources on the Windows tester, for the same reason. 2019-06-01 10:29:48 -04:00
test_static.manifest Split the shared and static resources on the Windows tester, for the same reason. 2019-06-01 10:29:48 -04:00