diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-13 15:20:52 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-13 15:20:52 +0000 |
commit | 7653fc6835ec1d97ee5483111e204b34060bbe84 (patch) | |
tree | f46c8b28afc911efd6168343059053dc8c815c1a /source4/tests/shlib.c | |
parent | f08565bd3a3a2d628be26957278988cc52e1b8f6 (diff) | |
download | samba-7653fc6835ec1d97ee5483111e204b34060bbe84.tar.gz samba-7653fc6835ec1d97ee5483111e204b34060bbe84.tar.xz samba-7653fc6835ec1d97ee5483111e204b34060bbe84.zip |
move external configure test programs
from tests/*.c to build/tests/*.c
metze
(This used to be commit dea3a3acbfe2341f9276ceaec2a42f0931e2c336)
Diffstat (limited to 'source4/tests/shlib.c')
-rw-r--r-- | source4/tests/shlib.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/tests/shlib.c b/source4/tests/shlib.c deleted file mode 100644 index 761d9fd5c5..0000000000 --- a/source4/tests/shlib.c +++ /dev/null @@ -1,6 +0,0 @@ -/* a trivial function used to test building shared libraries */ - -int foo(void) -{ - return 1; -} |