tests: move struct user_desc printing function into a separate file
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 8 Jan 2018 17:38:17 +0000 (18:38 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 10 Jan 2018 01:57:53 +0000 (01:57 +0000)
commit1e23e9aab804c7c871f64ab8cedef3b77a7a8509
treee9b2acafde5c7667a545ef87896e7a6276929378
parentede97886b8c9c7f793d73e3c4f98410f23569c17
tests: move struct user_desc printing function into a separate file

As part of preparation for the introduction of [gs]et_thread_area test.

* tests/modify_ldt.c (print_user_desc): Move it ...
* tests/print_user_desc.c: ... to new file.
* tests/Makefile.am (EXTRA_DIST): Add print_user_desc.c.
tests/Makefile.am
tests/modify_ldt.c
tests/print_user_desc.c [new file with mode: 0644]