Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/usr.bin/indent tests/indent: migrate integer options t...
details: https://anonhg.NetBSD.org/src/rev/094dce2750b2
branches: trunk
changeset: 1024412:094dce2750b2
user: rillig <rillig%NetBSD.org@localhost>
date: Fri Oct 22 20:54:36 2021 +0000
description:
tests/indent: migrate integer options tests to t_options
diffstat:
distrib/sets/lists/tests/mi | 112 +++++++++++++++---------------
tests/usr.bin/indent/Makefile | 73 ++++---------------
tests/usr.bin/indent/lex_char.0 | 22 ------
tests/usr.bin/indent/lex_char.0.pro | 4 -
tests/usr.bin/indent/lex_char.0.stdout | 22 ------
tests/usr.bin/indent/lex_char.c | 26 +++++++
tests/usr.bin/indent/lex_string.0 | 29 --------
tests/usr.bin/indent/lex_string.0.pro | 4 -
tests/usr.bin/indent/lex_string.0.stdout | 29 --------
tests/usr.bin/indent/lex_string.c | 40 +++++++++++
tests/usr.bin/indent/opt-P.0 | 8 --
tests/usr.bin/indent/opt-P.0.pro | 10 --
tests/usr.bin/indent/opt-P.0.stdout | 7 -
tests/usr.bin/indent/opt-T.0 | 13 ---
tests/usr.bin/indent/opt-T.0.pro | 4 -
tests/usr.bin/indent/opt-T.0.stdout | 13 ---
tests/usr.bin/indent/opt-bl.0 | 15 ----
tests/usr.bin/indent/opt-bl.0.pro | 4 -
tests/usr.bin/indent/opt-bl.0.stdout | 23 ------
tests/usr.bin/indent/opt-br.0 | 11 ---
tests/usr.bin/indent/opt-br.0.pro | 4 -
tests/usr.bin/indent/opt-br.0.stdout | 16 ----
tests/usr.bin/indent/opt-c.0 | 12 ---
tests/usr.bin/indent/opt-c.0.pro | 4 -
tests/usr.bin/indent/opt-c.0.stdout | 12 ---
tests/usr.bin/indent/opt-cd.0 | 4 -
tests/usr.bin/indent/opt-cd.0.pro | 4 -
tests/usr.bin/indent/opt-cd.0.stdout | 4 -
tests/usr.bin/indent/opt-ci.0 | 9 --
tests/usr.bin/indent/opt-ci.0.pro | 4 -
tests/usr.bin/indent/opt-ci.0.stdout | 9 --
tests/usr.bin/indent/opt-cli.0 | 14 ---
tests/usr.bin/indent/opt-cli.0.pro | 4 -
tests/usr.bin/indent/opt-cli.0.stdout | 25 ------
tests/usr.bin/indent/opt-d.0 | 19 -----
tests/usr.bin/indent/opt-d.0.pro | 4 -
tests/usr.bin/indent/opt-d.0.stdout | 19 -----
tests/usr.bin/indent/opt-di.0 | 8 --
tests/usr.bin/indent/opt-di.0.pro | 4 -
tests/usr.bin/indent/opt-di.0.stdout | 8 --
tests/usr.bin/indent/opt-i.0 | 8 --
tests/usr.bin/indent/opt-i.0.pro | 4 -
tests/usr.bin/indent/opt-i.0.stdout | 11 ---
tests/usr.bin/indent/opt-l.0 | 21 -----
tests/usr.bin/indent/opt-l.0.pro | 4 -
tests/usr.bin/indent/opt-l.0.stdout | 26 -------
tests/usr.bin/indent/opt-lc.0 | 19 -----
tests/usr.bin/indent/opt-lc.0.pro | 4 -
tests/usr.bin/indent/opt-lc.0.stdout | 21 -----
tests/usr.bin/indent/opt-ldi.0 | 10 --
tests/usr.bin/indent/opt-ldi.0.pro | 4 -
tests/usr.bin/indent/opt-ldi.0.stdout | 10 --
tests/usr.bin/indent/opt-ta.0 | 10 --
tests/usr.bin/indent/opt-ta.0.pro | 4 -
tests/usr.bin/indent/opt-ta.0.stdout | 10 --
tests/usr.bin/indent/opt-ts.0 | 16 ----
tests/usr.bin/indent/opt-ts.0.pro | 4 -
tests/usr.bin/indent/opt-ts.0.stdout | 16 ----
tests/usr.bin/indent/opt_P.c | 19 +++++
tests/usr.bin/indent/opt_T.c | 28 +++++++
tests/usr.bin/indent/opt_bl_br.c | 67 ++++++++++++++++++
tests/usr.bin/indent/opt_c.c | 26 +++++++
tests/usr.bin/indent/opt_cd.c | 10 ++
tests/usr.bin/indent/opt_ci.c | 20 +++++
tests/usr.bin/indent/opt_cli.c | 41 +++++++++++
tests/usr.bin/indent/opt_d.c | 39 ++++++++++
tests/usr.bin/indent/opt_di.c | 18 ++++
tests/usr.bin/indent/opt_i.c | 21 +++++
tests/usr.bin/indent/opt_l.c | 59 ++++++++++++++++
tests/usr.bin/indent/opt_lc.c | 24 ++++++
tests/usr.bin/indent/opt_ldi.c | 37 ++++++++++
tests/usr.bin/indent/opt_ta.c | 22 ++++++
tests/usr.bin/indent/opt_ts.c | 33 +++++++++
tests/usr.bin/indent/t_misc.sh | 21 +++++-
74 files changed, 625 insertions(+), 718 deletions(-)
diffs (truncated from 1760 to 300 lines):
diff -r d40abda61878 -r 094dce2750b2 distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi Fri Oct 22 19:46:41 2021 +0000
+++ b/distrib/sets/lists/tests/mi Fri Oct 22 20:54:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1150 2021/10/22 19:46:41 rillig Exp $
+# $NetBSD: mi,v 1.1151 2021/10/22 20:54:36 rillig Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -4767,13 +4767,15 @@
./usr/tests/usr.bin/indent/lex.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/lex.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/lex.c tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/lex_char.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/lex_char.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/lex_char.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/lex_char.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/lex_char.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/lex_char.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/lex_char.c tests-usr.bin-tests compattestfile,atf
./usr/tests/usr.bin/indent/lex_ident.c tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/lex_string.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/lex_string.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/lex_string.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/lex_string.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/lex_string.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/lex_string.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/lex_string.c tests-usr.bin-tests compattestfile,atf
./usr/tests/usr.bin/indent/lineno.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/lineno.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/lineno.0.stdout tests-obsolete obsolete,atf
@@ -4787,12 +4789,12 @@
./usr/tests/usr.bin/indent/opt--version.0 tests-usr.bin-tests compattestfile,atf
./usr/tests/usr.bin/indent/opt--version.0.pro tests-usr.bin-tests compattestfile,atf
./usr/tests/usr.bin/indent/opt--version.0.stdout tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-P.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-P.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-P.0.stdout tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-T.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-T.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-T.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/opt-P.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-P.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-P.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-T.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-T.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-T.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-U.0 tests-usr.bin-tests compattestfile,atf
./usr/tests/usr.bin/indent/opt-U.0.list tests-usr.bin-tests compattestfile,atf
./usr/tests/usr.bin/indent/opt-U.0.pro tests-usr.bin-tests compattestfile,atf
@@ -4818,42 +4820,42 @@
./usr/tests/usr.bin/indent/opt-bc.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-bc.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-bc.0.stdout tests-obsolete obsolete,atf
-./usr/tests/usr.bin/indent/opt-bl.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-bl.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-bl.0.stdout tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-br.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-br.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-br.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/opt-bl.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-bl.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-bl.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-br.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-br.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-br.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-bs.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-bs.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-bs.0.stdout tests-obsolete obsolete,atf
-./usr/tests/usr.bin/indent/opt-c.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-c.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-c.0.stdout tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-cd.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-cd.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-cd.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/opt-c.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-c.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-c.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-cd.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-cd.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-cd.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-cdb.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-cdb.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-cdb.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-ce.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-ce.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-ce.0.stdout tests-obsolete obsolete,atf
-./usr/tests/usr.bin/indent/opt-ci.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ci.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ci.0.stdout tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-cli.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-cli.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-cli.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/opt-ci.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ci.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ci.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-cli.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-cli.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-cli.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-cs.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-cs.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-cs.0.stdout tests-obsolete obsolete,atf
-./usr/tests/usr.bin/indent/opt-d.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-d.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-d.0.stdout tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-di.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-di.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-di.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/opt-d.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-d.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-d.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-di.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-di.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-di.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-dj.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-dj.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-dj.0.stdout tests-obsolete obsolete,atf
@@ -4872,21 +4874,21 @@
./usr/tests/usr.bin/indent/opt-fcb.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-fcb.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-fcb.0.stdout tests-obsolete obsolete,atf
-./usr/tests/usr.bin/indent/opt-i.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-i.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-i.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/opt-i.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-i.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-i.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-ip.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-ip.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-ip.0.stdout tests-obsolete obsolete,atf
-./usr/tests/usr.bin/indent/opt-l.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-l.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-l.0.stdout tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-lc.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-lc.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-lc.0.stdout tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ldi.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ldi.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ldi.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/opt-l.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-l.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-l.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-lc.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-lc.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-lc.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ldi.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ldi.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ldi.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-lp.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-lp.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-lp.0.stdout tests-obsolete obsolete,atf
@@ -4983,12 +4985,12 @@
./usr/tests/usr.bin/indent/opt-sob.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-sob.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-sob.0.stdout tests-obsolete obsolete,atf
-./usr/tests/usr.bin/indent/opt-ta.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ta.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ta.0.stdout tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ts.0 tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ts.0.pro tests-usr.bin-tests compattestfile,atf
-./usr/tests/usr.bin/indent/opt-ts.0.stdout tests-usr.bin-tests compattestfile,atf
+./usr/tests/usr.bin/indent/opt-ta.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ta.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ta.0.stdout tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ts.0 tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ts.0.pro tests-obsolete obsolete,atf
+./usr/tests/usr.bin/indent/opt-ts.0.stdout tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-ut.0 tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-ut.0.pro tests-obsolete obsolete,atf
./usr/tests/usr.bin/indent/opt-ut.0.stdout tests-obsolete obsolete,atf
diff -r d40abda61878 -r 094dce2750b2 tests/usr.bin/indent/Makefile
--- a/tests/usr.bin/indent/Makefile Fri Oct 22 19:46:41 2021 +0000
+++ b/tests/usr.bin/indent/Makefile Fri Oct 22 20:54:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/10/22 19:46:41 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2021/10/22 20:54:36 rillig Exp $
.include <bsd.own.mk>
@@ -17,12 +17,8 @@
FILES+= indent_off_on.c
FILES+= label.c
FILES+= lex_ident.c
-FILES+= lex_char.0
-FILES+= lex_char.0.pro
-FILES+= lex_char.0.stdout
-FILES+= lex_string.0
-FILES+= lex_string.0.pro
-FILES+= lex_string.0.stdout
+FILES+= lex_char.c
+FILES+= lex_string.c
FILES+= list_head.0
FILES+= list_head.0.stdout
FILES+= offsetof.0
@@ -30,12 +26,6 @@
FILES+= opt--version.0
FILES+= opt--version.0.pro
FILES+= opt--version.0.stdout
-FILES+= opt-P.0
-FILES+= opt-P.0.pro
-FILES+= opt-P.0.stdout
-FILES+= opt-T.0
-FILES+= opt-T.0.pro
-FILES+= opt-T.0.stdout
FILES+= opt-U.0
FILES+= opt-U.0.list
FILES+= opt-U.0.pro
@@ -43,77 +33,50 @@
FILES+= opt-bap+sob.0
FILES+= opt-bap+sob.0.pro
FILES+= opt-bap+sob.0.stdout
-FILES+= opt-bl.0
-FILES+= opt-bl.0.pro
-FILES+= opt-bl.0.stdout
-FILES+= opt-br.0
-FILES+= opt-br.0.pro
-FILES+= opt-br.0.stdout
-FILES+= opt-c.0
-FILES+= opt-c.0.pro
-FILES+= opt-c.0.stdout
-FILES+= opt-cd.0
-FILES+= opt-cd.0.pro
-FILES+= opt-cd.0.stdout
-FILES+= opt-ci.0
-FILES+= opt-ci.0.pro
-FILES+= opt-ci.0.stdout
-FILES+= opt-cli.0
-FILES+= opt-cli.0.pro
-FILES+= opt-cli.0.stdout
-FILES+= opt-d.0
-FILES+= opt-d.0.pro
-FILES+= opt-d.0.stdout
-FILES+= opt-di.0
-FILES+= opt-di.0.pro
-FILES+= opt-di.0.stdout
-FILES+= opt-i.0
-FILES+= opt-i.0.pro
-FILES+= opt-i.0.stdout
-FILES+= opt-l.0
-FILES+= opt-l.0.pro
-FILES+= opt-l.0.stdout
-FILES+= opt-lc.0
-FILES+= opt-lc.0.pro
-FILES+= opt-lc.0.stdout
-FILES+= opt-ldi.0
-FILES+= opt-ldi.0.pro
-FILES+= opt-ldi.0.stdout
FILES+= opt-npro.0
FILES+= opt-npro.0.pro
FILES+= opt-npro.0.stdout
-FILES+= opt-ta.0
-FILES+= opt-ta.0.pro
-FILES+= opt-ta.0.stdout
-FILES+= opt-ts.0
-FILES+= opt-ts.0.pro
-FILES+= opt-ts.0.stdout
FILES+= opt.0
FILES+= opt.0.pro
FILES+= opt.0.stdout
+FILES+= opt_P.c
+FILES+= opt_T.c
FILES+= opt_bacc.c
FILES+= opt_bad.c
FILES+= opt_badp.c
FILES+= opt_bap.c
FILES+= opt_bbb.c
FILES+= opt_bc.c
+FILES+= opt_bl_br.c
FILES+= opt_bs.c
+FILES+= opt_c.c
+FILES+= opt_cd.c
FILES+= opt_cdb.c
FILES+= opt_ce.c
+FILES+= opt_ci.c
+FILES+= opt_cli.c
FILES+= opt_cs.c
+FILES+= opt_d.c
+FILES+= opt_di.c
FILES+= opt_dj.c
FILES+= opt_eei.c
FILES+= opt_ei.c
FILES+= opt_fbs.c
FILES+= opt_fc1.c
FILES+= opt_fcb.c
+FILES+= opt_i.c
FILES+= opt_ip.c
+FILES+= opt_l.c
+FILES+= opt_lc.c
+FILES+= opt_ldi.c
FILES+= opt_lp.c
FILES+= opt_lpl.c
FILES+= opt_pcs.c
FILES+= opt_psl.c
FILES+= opt_sc.c
FILES+= opt_sob.c
+FILES+= opt_ta.c
+FILES+= opt_ts.c
FILES+= opt_ut.c
FILES+= opt_v.c
FILES+= ps_ind_level.c
Home |
Main Index |
Thread Index |
Old Index