summaryrefslogtreecommitdiff
path: root/source4/dynconfig.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19358: Use subunit tests from the right location (fromJelmer Vernooij1-2/+2
$src/bin/torture when developing, $LIBDIR/torture when installed) (This used to be commit 4ae6380e6bb48e27e9947e149b3d079b3e293cc0)
2007-10-10r19343: Add support for external scripts/binaries that write results using theJelmer Vernooij1-0/+1
'subunit' protocol. This allows us to easily plug EJS scripts or binaries that can't depend on -ltorture into smbtorture. The protocol is very simple: - write "comments" to stderr Example output on stdout: test: foo success: foo test: bar success: bar test: blah failure: blah [ dummy.c:30: Expression 1 != 2 failed! ] test: blie skip: blie [ Iconv support not built in ] I've already converted the talloc testsuite. (This used to be commit e1742c14a247fabba969f8698108e73997d3f420)
2007-10-10r18297: - remove leading ./Stefan Metzmacher1-3/+3
- add CFLAGS to the dynconfig-devel.o rule metze (This used to be commit d9401b1f41bde8fff556eeeac78eefb48551e2f2)
2007-10-10r18282: dynconfig.o build rule needs cflags.pl tooAndrew Tridgell1-1/+1
(This used to be commit a805d8d1033e3b7dd01adac73ec428bcbd66f976)
2007-10-10r14565: Fix shared library sonamesJelmer Vernooij1-0/+2
(This used to be commit 3e6b75d955cc49becf9145fbe4380c4e7e7f81f6)
2007-10-10r14551: Include path (./) for some older makes.Jelmer Vernooij1-2/+2
(This used to be commit d033f13970cd4c8b4d22b813f058f4ac669cb04d)
2007-10-10r14499: Remove dynconfig hack for now - it caused a recompile of theJelmer Vernooij1-0/+33
asn1 compiler every time a .mk file changed, thus causing the recompilation of the files generated from ASN1. (This used to be commit 4cd1e017e335818ef4585ff1096cb9968d14399f)