git: Move libc_r's tests to a more generic location.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Nov 15 03:53:01 PST 2019


commit e5a92d33875cc19b1977562610a689d882cf032e
Author: Sascha Wildner <saw at online.de>
Date:   Sun Jan 20 11:09:53 2019 +0100

    Move libc_r's tests to a more generic location.

Summary of changes:
 {lib/libc_r/test => test/libpthread}/Makefile         | 0
 {lib/libc_r/test => test/libpthread}/README           | 0
 {lib/libc_r/test => test/libpthread}/hello_b.c        | 0
 {lib/libc_r/test => test/libpthread}/hello_d.c        | 0
 {lib/libc_r/test => test/libpthread}/hello_d.exp      | 0
 {lib/libc_r/test => test/libpthread}/hello_s.c        | 0
 {lib/libc_r/test => test/libpthread}/join_leak_d.c    | 0
 {lib/libc_r/test => test/libpthread}/join_leak_d.exp  | 0
 {lib/libc_r/test => test/libpthread}/mutex_d.c        | 0
 {lib/libc_r/test => test/libpthread}/mutex_d.exp      | 0
 {lib/libc_r/test => test/libpthread}/propagate_s.pl   | 0
 {lib/libc_r/test => test/libpthread}/sem_d.c          | 0
 {lib/libc_r/test => test/libpthread}/sem_d.exp        | 0
 {lib/libc_r/test => test/libpthread}/sigsuspend_d.c   | 0
 {lib/libc_r/test => test/libpthread}/sigsuspend_d.exp | 0
 {lib/libc_r/test => test/libpthread}/sigwait_d.c      | 0
 {lib/libc_r/test => test/libpthread}/sigwait_d.exp    | 0
 {lib/libc_r/test => test/libpthread}/verify           | 0
 18 files changed, 0 insertions(+), 0 deletions(-)
 rename {lib/libc_r/test => test/libpthread}/Makefile (100%)
 rename {lib/libc_r/test => test/libpthread}/README (100%)
 rename {lib/libc_r/test => test/libpthread}/hello_b.c (100%)
 rename {lib/libc_r/test => test/libpthread}/hello_d.c (100%)
 rename {lib/libc_r/test => test/libpthread}/hello_d.exp (100%)
 rename {lib/libc_r/test => test/libpthread}/hello_s.c (100%)
 rename {lib/libc_r/test => test/libpthread}/join_leak_d.c (100%)
 rename {lib/libc_r/test => test/libpthread}/join_leak_d.exp (100%)
 rename {lib/libc_r/test => test/libpthread}/mutex_d.c (100%)
 rename {lib/libc_r/test => test/libpthread}/mutex_d.exp (100%)
 rename {lib/libc_r/test => test/libpthread}/propagate_s.pl (100%)
 rename {lib/libc_r/test => test/libpthread}/sem_d.c (100%)
 rename {lib/libc_r/test => test/libpthread}/sem_d.exp (100%)
 rename {lib/libc_r/test => test/libpthread}/sigsuspend_d.c (100%)
 rename {lib/libc_r/test => test/libpthread}/sigsuspend_d.exp (100%)
 rename {lib/libc_r/test => test/libpthread}/sigwait_d.c (100%)
 rename {lib/libc_r/test => test/libpthread}/sigwait_d.exp (100%)
 rename {lib/libc_r/test => test/libpthread}/verify (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e5a92d33875cc19b1977562610a689d882cf032e


-- 
DragonFly BSD source repository



More information about the Commits mailing list