summaryrefslogtreecommitdiff
path: root/fixincludes/fixlib.h
diff options
context:
space:
mode:
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-28 20:21:34 +0000
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-28 20:21:34 +0000
commite6f924417c90b6dd692754df46414c578f4aaf2b (patch)
tree045391ebc71da413dfec8d0297a183b2e2608bea /fixincludes/fixlib.h
parentbbcd979aaff7baaa38b332c0748658c4835c41e0 (diff)
downloadgcc-e6f924417c90b6dd692754df46414c578f4aaf2b.tar.gz
checksums and test-text
* fixincl.tpl: add a check sum acceptance test * fixlib.h: enumerate it * fixincl.c: handle it * README: document it and document the handling of test_text git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220215 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/fixlib.h')
-rw-r--r--fixincludes/fixlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/fixlib.h b/fixincludes/fixlib.h
index 45fe5a3cdb2..03277454c22 100644
--- a/fixincludes/fixlib.h
+++ b/fixincludes/fixlib.h
@@ -161,7 +161,7 @@ ENV_TABLE
*/
typedef enum
{
- TT_TEST, TT_EGREP, TT_NEGREP, TT_FUNCTION
+ TT_TEST, TT_EGREP, TT_NEGREP, TT_FUNCTION, TT_CKSUM
} te_test_type;
typedef struct test_desc tTestDesc;