From 4be0ae794e4af2354d678fddd7bf1e822ffa9148 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 23 Sep 2005 16:32:52 +0000 Subject: r10456: More SCons fixes: - Add framework for fallback generating code - Move pread / pwrite replacement functions to libreplace - Support pidl builds correctly - Support asn1 builds correctly - Move OS-specific checks to lib/replace/SConscript (This used to be commit fbbfad0a1f7dedbf48e835a864f8285f283d72f3) --- source4/script/tests/SConscript | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 source4/script/tests/SConscript (limited to 'source4/script') diff --git a/source4/script/tests/SConscript b/source4/script/tests/SConscript new file mode 100644 index 0000000000..010b12e844 --- /dev/null +++ b/source4/script/tests/SConscript @@ -0,0 +1,2 @@ +Alias('quicktest', '#selftest.sh st quick SOCKET_WRAPPER') +Alias('test', '#selftest.sh st all SOCKET_WRAPPER') -- cgit