diff options
author | Martin Pool <mbp@samba.org> | 2003-04-04 03:09:42 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-04-04 03:09:42 +0000 |
commit | 0ac3eeaff5debaeeeb2d0332bb9acb69057cfd55 (patch) | |
tree | 58c5adbfa642a1190defcfd3e458ad8c33feac6a /source3 | |
parent | 31c8c7156fa880c71c7199af58e9e0ba6fbed24d (diff) | |
download | samba-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.in | 3 |
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 |