summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-04-04 03:09:42 +0000
committerMartin Pool <mbp@samba.org>2003-04-04 03:09:42 +0000
commit0ac3eeaff5debaeeeb2d0332bb9acb69057cfd55 (patch)
tree58c5adbfa642a1190defcfd3e458ad8c33feac6a /source3
parent31c8c7156fa880c71c7199af58e9e0ba6fbed24d (diff)
downloadsamba-0ac3eeaff5debaeeeb2d0332bb9acb69057cfd55.tar.gz
samba-0ac3eeaff5debaeeeb2d0332bb9acb69057cfd55.tar.bz2
samba-0ac3eeaff5debaeeeb2d0332bb9acb69057cfd55.zip
t_doschar: Test harness that exercises check_dos_char()
(This used to be commit 54f4df0301f21c91218abf6f17cae097e755fd7f)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5143c6fc11..fa94c582e0 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1090,6 +1090,9 @@ bin/t_strcmp@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_strcmp.o
bin/t_stringoverflow@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_stringoverflow.o
$(CC) $(FLAGS) -o $@ torture/t_stringoverflow.o -L./bin -lbigballofmud
+bin/t_doschar@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_doschar.o
+ $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_doschar.o -L ./bin -lbigballofmud
+
install: installbin installman installscripts installdat installswat installmodules installclientlib
# DESTDIR is used here to prevent packagers wasting their time