Sam Hocevar
a09f027727
Add the copyright unit test and update copyright information everywhere.
14 лет назад
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
15 лет назад
Sam Hocevar
6adecfc6e2
Split check-build into check-doygen, check-source and check-win32.
15 лет назад
Sam Hocevar
16b6d87d20
Rename tests/ to test/.
15 лет назад
Sam Hocevar
a769de4d5a
Add a test for win32/config.h synchronisation.
15 лет назад
Pascal Terjan
6be6419849
* Add some simple bench
15 лет назад
Pascal Terjan
0d271e9873
Add unit test for memory export/import with caca format
15 лет назад
Sam Hocevar
6065f2246f
Start writing unit tests for the dirty rectangle handling.
15 лет назад
Sam Hocevar
f61816ceb7
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
16 лет назад
Sam Hocevar
d202c8242f
* Started libcaca unit tests.
16 лет назад
Sam Hocevar
86d03eb137
* Use CppUnit for C and C++ unit tests. Sorry, Jylam.
16 лет назад
Sam Hocevar
99b5396e8e
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure that
<cucul.h> will provide the C99 types, even if libcaca has been installed.
* Rename what's left of "common.h" to "stubs.h".
* Remove all references to erroneous <inttypes.h> from source files.
16 лет назад
Sam Hocevar
ca559d93d8
* Created a tests/ directory for regression tests. Run with "make check".
* Added a first, simple test program.
17 лет назад