mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 07:00:03 +01:00
12 lines
169 B
C
12 lines
169 B
C
#include <string.h>
|
|
#include "tests.h"
|
|
#include "tests-common.h"
|
|
|
|
int
|
|
main(int argc, char **argv)
|
|
{
|
|
run_test(list_test);
|
|
run_test(string_test);
|
|
|
|
return 0;
|
|
}
|