Move configure test files to the top-level and share them between s3 and
authorJelmer Vernooij <jelmer@samba.org>
Thu, 22 Jan 2009 10:35:28 +0000 (11:35 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 22 Jan 2009 10:35:28 +0000 (11:35 +0100)
commite490c1b8c858ea42e31ae1a6504c4788e0fb1545
tree850087c9403c37adfc54deaf831a3e729223fa9a
parent63e23a7d648cb608a9834b4397c0aed765a1d459
Move configure test files to the top-level and share them between s3 and
s4.
23 files changed:
source3/configure.in
source3/tests/trivial.c [deleted file]
source4/build/m4/check_cc.m4
source4/build/m4/check_ld.m4
source4/build/m4/public.m4
source4/build/tests/README [deleted file]
source4/build/tests/crypttest.c [deleted file]
source4/build/tests/fcntl_lock.c [deleted file]
source4/build/tests/fcntl_lock64.c [deleted file]
source4/build/tests/shlib.c [deleted file]
source4/build/tests/summary.c [deleted file]
source4/configure.ac
tests/README [moved from source3/tests/README with 100% similarity]
tests/crypttest.c [moved from source3/tests/crypttest.c with 100% similarity]
tests/fcntl_lock.c [moved from source3/tests/fcntl_lock.c with 100% similarity]
tests/fcntl_lock64.c [moved from source3/tests/fcntl_lock64.c with 100% similarity]
tests/fcntl_lock_thread.c [moved from source4/build/tests/fcntl_lock_thread.c with 100% similarity]
tests/ftruncate.c [moved from source3/tests/ftruncate.c with 100% similarity]
tests/getgroups.c [moved from source3/tests/getgroups.c with 100% similarity]
tests/shared_mmap.c [moved from source4/build/tests/shared_mmap.c with 100% similarity]
tests/shlib.c [moved from source3/tests/shlib.c with 100% similarity]
tests/summary.c [moved from source3/tests/summary.c with 98% similarity]
tests/trivial.c [moved from source4/build/tests/trivial.c with 100% similarity]