[cowdancer] 01/01: Drop BINFMTC comments now automake handles tests

James Clarke jrtc27 at moszumanska.debian.org
Fri Jan 13 23:33:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

jrtc27 pushed a commit to branch master
in repository cowdancer.

commit 05ac31f8df5400a9516370bf40924028efe57a84
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Fri Jan 13 23:33:21 2017 +0000

    Drop BINFMTC comments now automake handles tests
    
    Gbp-Dch: Ignore
---
 benchmarking/time-output.c   | 2 +-
 cow-shell.c                  | 2 +-
 cowbuilder.c                 | 2 +-
 cowdancer-ilistcreate.c      | 2 +-
 cowdancer-ilistdump.c        | 2 +-
 forkexec.c                   | 2 +-
 ilistcreate.c                | 2 +-
 log.c                        | 2 +-
 log.h                        | 2 +-
 parameter.c                  | 2 +-
 parameter.h                  | 2 +-
 qemubuilder.c                | 2 +-
 test_cowbuilder.c            | 3 ---
 test_cowbuilder_util.c       | 2 --
 test_file.c                  | 3 ---
 test_forkexec.c              | 2 --
 test_ilistcreate.c           | 2 +-
 test_parameter.c             | 3 ---
 test_qemuarch.c              | 2 +-
 test_qemuipsanitize.c        | 2 +-
 tests/002_test_open.c        | 2 +-
 tests/003_test_fopen.c       | 2 +-
 tests/004_test_fopen64.c     | 2 +-
 tests/012_test_chown.c       | 2 +-
 tests/013_test_chmod.c       | 2 +-
 tests/015_test_ilistdelete.c | 2 +-
 tests/016_memleakcheck.c     | 2 +-
 tests/018_testcxx.cc         | 2 --
 tests/021_test_open.c        | 2 +-
 tests/022_kernel_waitpid.c   | 2 +-
 30 files changed, 24 insertions(+), 39 deletions(-)

diff --git a/benchmarking/time-output.c b/benchmarking/time-output.c
index 8fb6188..46738f0 100755
--- a/benchmarking/time-output.c
+++ b/benchmarking/time-output.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
 
   Pipe through this program to get time information on each line of text.
 
diff --git a/cow-shell.c b/cow-shell.c
index 3f59aba..bc964a4 100755
--- a/cow-shell.c
+++ b/cow-shell.c
@@ -1,4 +1,4 @@
-/*BINFMTC: -DLIBDIR='"/usr/lib"' ilistcreate.c
+/*
   Copy-on-write filesystem invocation.
 
   GPL v2 or later
diff --git a/cowbuilder.c b/cowbuilder.c
index e6875d8..0194219 100755
--- a/cowbuilder.c
+++ b/cowbuilder.c
@@ -1,4 +1,4 @@
-/*BINFMTC: parameter.c forkexec.c ilistcreate.c main.c
+/*
  *  cowbuilder / pbuilder with cowdancer
  *  Copyright (C) 2005-2009 Junichi Uekawa
  *
diff --git a/cowdancer-ilistcreate.c b/cowdancer-ilistcreate.c
index 8348b92..f2e4954 100755
--- a/cowdancer-ilistcreate.c
+++ b/cowdancer-ilistcreate.c
@@ -1,4 +1,4 @@
-/*BINFMTC: ilistcreate.c
+/*
  *
  *  ilist creation command-line interface
  *  Copyright (C) 2007-2009 Junichi Uekawa
diff --git a/cowdancer-ilistdump.c b/cowdancer-ilistdump.c
index 6b0499d..abb00a3 100755
--- a/cowdancer-ilistdump.c
+++ b/cowdancer-ilistdump.c
@@ -1,4 +1,4 @@
-/*BINFMTC: ilistcreate.c
+/*
  *
  * Debug program for dumping ilist file contents.
  */
diff --git a/forkexec.c b/forkexec.c
index c3c9334..db89842 100644
--- a/forkexec.c
+++ b/forkexec.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
  *  fork/exec helper for pbuilder.
  *  Copyright (C) 2007-2009 Junichi Uekawa
  *
diff --git a/ilistcreate.c b/ilistcreate.c
index bc3f8a8..31ba143 100755
--- a/ilistcreate.c
+++ b/ilistcreate.c
@@ -1,4 +1,4 @@
-/*BINFMTC: -g -DILISTCREATEBENCH
+/*
  * cowdancer -- a Copy-on-write data-access; No-cow-easy-replacement
  *
  * Copyright 2007-2000 Junichi Uekawa
diff --git a/log.c b/log.c
index 7f90be5..388a4b5 100644
--- a/log.c
+++ b/log.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
  *  logging for cowdancer.
  *  Copyright (C) 2016 James Clarke
  *
diff --git a/log.h b/log.h
index 41e8875..8956b1a 100644
--- a/log.h
+++ b/log.h
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
  *  logging for cowdancer.
  *  Copyright (C) 2016 James Clarke
  *
diff --git a/parameter.c b/parameter.c
index 2d5ed45..32a8263 100644
--- a/parameter.c
+++ b/parameter.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
  *  parameter handling for cpbuilder.
  *  Copyright (C) 2007-2009 Junichi Uekawa
  *
diff --git a/parameter.h b/parameter.h
index ec9e94a..1eb4d23 100644
--- a/parameter.h
+++ b/parameter.h
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
  *  parameter handling for cpbuilder.
  *  Copyright (C) 2007-2009 Junichi Uekawa
  *
diff --git a/qemubuilder.c b/qemubuilder.c
index fdf8b26..85f8889 100755
--- a/qemubuilder.c
+++ b/qemubuilder.c
@@ -1,4 +1,4 @@
-/*BINFMTC: parameter.c forkexec.c qemuipsanitize.c qemuarch.c file.c main.c
+/*
  *  qemubuilder: pbuilder with qemu
  *  Copyright (C) 2007-2009 Junichi Uekawa
  *
diff --git a/test_cowbuilder.c b/test_cowbuilder.c
index 1033433..f9a03cf 100755
--- a/test_cowbuilder.c
+++ b/test_cowbuilder.c
@@ -1,6 +1,3 @@
-/*BINFMTC: cowbuilder.c parameter.c forkexec.c ilistcreate.c cowbuilder_util.c log.c -lncurses
- */
-
 #define _GNU_SOURCE
 #include <stdlib.h>
 #include <assert.h>
diff --git a/test_cowbuilder_util.c b/test_cowbuilder_util.c
index 755f281..5c3ec9b 100755
--- a/test_cowbuilder_util.c
+++ b/test_cowbuilder_util.c
@@ -1,5 +1,3 @@
-/*BINFMTC: cowbuilder_util.c log.c -lncurses
- */
 #include "cowbuilder_util.h"
 
 #include <stdio.h>
diff --git a/test_file.c b/test_file.c
index a9ed5de..e60971a 100755
--- a/test_file.c
+++ b/test_file.c
@@ -1,6 +1,3 @@
-/*BINFMTC: file.c forkexec.c log.c -lncurses
- */
-
 #define _GNU_SOURCE
 #include <stdlib.h>
 #include <assert.h>
diff --git a/test_forkexec.c b/test_forkexec.c
index 77c378d..0aec386 100755
--- a/test_forkexec.c
+++ b/test_forkexec.c
@@ -1,5 +1,3 @@
-/*BINFMTC: forkexec.c log.c -lncurses
- */
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/types.h>
diff --git a/test_ilistcreate.c b/test_ilistcreate.c
index 53709c7..3c86ac5 100755
--- a/test_ilistcreate.c
+++ b/test_ilistcreate.c
@@ -1,4 +1,4 @@
-/*BINFMTC: ilistcreate.c log.c -lncurses
+/*
  test code for ilistcreate.c
  */
 #include <stdlib.h>
diff --git a/test_parameter.c b/test_parameter.c
index 135c237..339342e 100755
--- a/test_parameter.c
+++ b/test_parameter.c
@@ -1,6 +1,3 @@
-/*BINFMTC: parameter.c log.c -lncurses
-
- */
 #include <stdio.h>
 #include <assert.h>
 #include <string.h>
diff --git a/test_qemuarch.c b/test_qemuarch.c
index d108f4b..3a4d846 100755
--- a/test_qemuarch.c
+++ b/test_qemuarch.c
@@ -1,4 +1,4 @@
-/*BINFMTC: qemuarch.c file.c log.c -lncurses
+/*
  * test qemubuilder code
  */
 
diff --git a/test_qemuipsanitize.c b/test_qemuipsanitize.c
index 797b0ed..878a3c4 100755
--- a/test_qemuipsanitize.c
+++ b/test_qemuipsanitize.c
@@ -1,4 +1,4 @@
-/*BINFMTC: qemuipsanitize.c log.c -lncurses
+/*
  * test qemubuilder code
  */
 
diff --git a/tests/002_test_open.c b/tests/002_test_open.c
index 30e6fb2..d8c5289 100755
--- a/tests/002_test_open.c
+++ b/tests/002_test_open.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
 open test */
 #include <stdlib.h>
 #include <unistd.h>
diff --git a/tests/003_test_fopen.c b/tests/003_test_fopen.c
index 65dbf89..08386a1 100755
--- a/tests/003_test_fopen.c
+++ b/tests/003_test_fopen.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
 fopen test */
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/tests/004_test_fopen64.c b/tests/004_test_fopen64.c
index d4c3785..08386a1 100755
--- a/tests/004_test_fopen64.c
+++ b/tests/004_test_fopen64.c
@@ -1,4 +1,4 @@
-/*BINFMTC: -D_FILE_OFFSET_BITS=64
+/*
 fopen test */
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/tests/012_test_chown.c b/tests/012_test_chown.c
index 1156e7e..3678d38 100755
--- a/tests/012_test_chown.c
+++ b/tests/012_test_chown.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
 chown test
 Used by 012 and 020 tests.
  */
diff --git a/tests/013_test_chmod.c b/tests/013_test_chmod.c
index 62f80a4..04e5cdc 100755
--- a/tests/013_test_chmod.c
+++ b/tests/013_test_chmod.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
  chmod test */
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/tests/015_test_ilistdelete.c b/tests/015_test_ilistdelete.c
index 4dffdc8..567c983 100755
--- a/tests/015_test_ilistdelete.c
+++ b/tests/015_test_ilistdelete.c
@@ -1,4 +1,4 @@
-/*BINFMTC: -pthread
+/*
  *
  * Check deleting .ilist file is handled gracefully.
  *
diff --git a/tests/016_memleakcheck.c b/tests/016_memleakcheck.c
index 6944ee4..0fc37e1 100755
--- a/tests/016_memleakcheck.c
+++ b/tests/016_memleakcheck.c
@@ -1,4 +1,4 @@
-/*BINFMTC: -g
+/*
  *
  * check memory leak
  *
diff --git a/tests/018_testcxx.cc b/tests/018_testcxx.cc
index ed7173d..44e3e93 100755
--- a/tests/018_testcxx.cc
+++ b/tests/018_testcxx.cc
@@ -1,5 +1,3 @@
-/*BINFMTCXX: 
- */
 #include <fstream>
 
 int main(int argc, char** argv)
diff --git a/tests/021_test_open.c b/tests/021_test_open.c
index 4bacd75..43dc032 100755
--- a/tests/021_test_open.c
+++ b/tests/021_test_open.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
 
   test 
   close(0);
diff --git a/tests/022_kernel_waitpid.c b/tests/022_kernel_waitpid.c
index 1922cf1..83a24cf 100755
--- a/tests/022_kernel_waitpid.c
+++ b/tests/022_kernel_waitpid.c
@@ -1,4 +1,4 @@
-/*BINFMTC:
+/*
    test that waitpid works expected way
  */
 #include <sys/wait.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list