diff options
author | Mihail Konev <k.mvc@ya.ru> | 2017-01-12 13:21:08 +0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-01-12 15:01:29 -0500 |
commit | 371576f64baa99c4ab1e736fbae7975a32577275 (patch) | |
tree | 608fd88e5cdb93798aaaee68949fa7bf6a926efb /test/tests.h | |
parent | ff66bca3e8797db709e03572d296358dc4b95653 (diff) |
tests: Convert test/xi1/ to single binary
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
Diffstat (limited to 'test/tests.h')
-rw-r--r-- | test/tests.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tests.h b/test/tests.h new file mode 100644 index 000000000..7fa5ac210 --- /dev/null +++ b/test/tests.h @@ -0,0 +1,6 @@ +#ifndef TESTS_H +#define TESTS_H + +int protocol_xchangedevicecontrol_test(void); + +#endif /* TESTS_H */ |