diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-07 23:53:57 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:44:45 +0100 |
commit | f924ac97446503f6b43d8667e8a273e55ec71854 (patch) | |
tree | 120bae331a202f3ffe95008383fee10db1445898 /source4 | |
parent | e2c207827fea33ca632e975ed3b7c0d220c10b29 (diff) | |
download | samba-f924ac97446503f6b43d8667e8a273e55ec71854.tar.gz samba-f924ac97446503f6b43d8667e8a273e55ec71854.tar.xz samba-f924ac97446503f6b43d8667e8a273e55ec71854.zip |
r25902: Move messaging tests to same directory as code.
(This used to be commit d174dcbb76f3079a5f536f841bfffab3d7cd51e9)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/messaging/tests/irpc.c (renamed from source4/torture/local/irpc.c) | 0 | ||||
-rw-r--r-- | source4/lib/messaging/tests/messaging.c (renamed from source4/torture/local/messaging.c) | 0 | ||||
-rw-r--r-- | source4/torture/local/config.mk | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/local/irpc.c b/source4/lib/messaging/tests/irpc.c index aae6b4882ee..aae6b4882ee 100644 --- a/source4/torture/local/irpc.c +++ b/source4/lib/messaging/tests/irpc.c diff --git a/source4/torture/local/messaging.c b/source4/lib/messaging/tests/messaging.c index bf2b83a0e43..bf2b83a0e43 100644 --- a/source4/torture/local/messaging.c +++ b/source4/lib/messaging/tests/messaging.c diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index e3ea9e44ef4..92a9cd49271 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -16,12 +16,12 @@ OBJ_FILES = \ ../../lib/replace/test/os2_delete.o \ ../../lib/replace/test/strptime.o \ ../../lib/replace/test/testsuite.o \ - messaging.o \ + ../../lib/messaging/tests/messaging.o \ + ../../lib/messaging/tests/irpc.o \ ../../librpc/tests/binding_string.o \ ../../lib/util/tests/idtree.o \ ../../lib/socket/testsuite.o \ ../../lib/socket_wrapper/testsuite.o \ - irpc.o \ ../../lib/registry/tests/generic.o \ ../../lib/registry/tests/hive.o \ ../../lib/registry/tests/diff.o \ |