tests: Convert test/ to single binary

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
This commit is contained in:
Mihail Konev
2017-01-12 13:21:10 +05:00
committed by Adam Jackson
parent 773fc07e4c
commit ead5064581
16 changed files with 98 additions and 47 deletions

View File

@@ -43,6 +43,8 @@
#include "mi.h"
#include "assert.h"
#include "tests-common.h"
/**
* Init a device with axes.
* Verify values set on the device.
@@ -1904,7 +1906,7 @@ dix_enqueue_events(void)
}
int
main(int argc, char **argv)
input_test(void)
{
dix_enqueue_events();
dix_double_fp_conversion();