Demonstration program of xorriso at two pipes: test/frontend_pipes_xorriso.c

This commit is contained in:
2012-09-09 18:18:11 +00:00
parent a1b97bfa83
commit 9e887a3d0f
5 changed files with 236 additions and 3 deletions

View File

@ -231,7 +231,8 @@ copy_files doc/partition_offset.wiki \
create_dir "$lone_dir"/test
copy_files \
test/compare_file.c \
"$lone_dir"/test/compare_file.c
test/frontend_pipes_xorriso.c \
"$lone_dir"/test
# releng

View File

@ -1,5 +1,5 @@
# Copyright (c) 2007 - 2010 Thomas Schmitt <scdbackup@gmx.net>
# Copyright (c) 2007 - 2012 Thomas Schmitt <scdbackup@gmx.net>
# Provided under GPL version 2 or later.
# ts A90315 : LIBBURNIA_PKGCONFDIR is defined OS specific in acinclude.m4
@ -328,6 +328,7 @@ EXTRA_DIST = \
doc/susp_aaip_isofs_names.txt \
doc/zisofs_format.txt \
doc/startup_file.txt \
test/frontend_pipes_xorriso.c \
libisofs/aaip-os-dummy.c \
libisofs/aaip-os-linux.c \
libisofs/aaip-os-freebsd.c \

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.09.08.181144"
#define Xorriso_timestamP "2012.09.09.181723"