summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 05:34:04 +0000
committerTim Potter <tpot@samba.org>2003-04-14 05:34:04 +0000
commit710bd555c8a86ed91e9b5c7db9af6d6cbcd8b949 (patch)
treeccabe5736e6ccf7378e6f2d58d83967f560533b3 /source3/Makefile.in
parente038e2dff311e66ac69388bca3c8fa5b306bcd95 (diff)
downloadsamba-710bd555c8a86ed91e9b5c7db9af6d6cbcd8b949.tar.gz
samba-710bd555c8a86ed91e9b5c7db9af6d6cbcd8b949.tar.bz2
samba-710bd555c8a86ed91e9b5c7db9af6d6cbcd8b949.zip
Update check-programs target.
(This used to be commit ac6a1ea560af94e287c023154e715a8095f0698e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 75bac7a307..a067c76aa9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1006,6 +1006,9 @@ bin/t_stringoverflow@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_stringove
bin/t_doschar@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_doschar.o
$(CC) $(FLAGS) -o $@ $(LIBS) torture/t_doschar.o -L ./bin -lbigballofmud
+bin/t_push_ucs2@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_push_ucs2.o
+ $(CC) $(FLAGS) -o $@ $(LIBS) torture/t_push_ucs2.o -L ./bin -lbigballofmud
+
install: installbin installman installscripts installdat installswat
install-everything: install installmodules
@@ -1239,5 +1242,5 @@ check: check-programs
python stf/standardcheck.py
# These are called by the test suite
-check-programs: bin/t_strcmp
+check-programs: bin/t_strcmp bin/t_push_ucs2 bin/smbcontrol