Skip to content
Snippets Groups Projects
Commit c487c881 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[instantiate tests] renames generated result files

parent 1a3b7c3f
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 14 deletions
...@@ -316,7 +316,7 @@ int main(void) ...@@ -316,7 +316,7 @@ int main(void)
} }
[kernel] Parsing tests/stdlib/result/calloc.c (with preprocessing) [kernel] Parsing tests/stdlib/result/ocode_calloc.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stdlib.h" #include "stdlib.h"
struct X { struct X {
......
...@@ -139,7 +139,7 @@ void with_incomplete(struct incomplete *t) ...@@ -139,7 +139,7 @@ void with_incomplete(struct incomplete *t)
} }
[kernel] Parsing tests/stdlib/result/free.c (with preprocessing) [kernel] Parsing tests/stdlib/result/ocode_free.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stdlib.h" #include "stdlib.h"
struct incomplete; struct incomplete;
......
...@@ -218,7 +218,7 @@ int main(void) ...@@ -218,7 +218,7 @@ int main(void)
} }
[kernel] Parsing tests/stdlib/result/malloc.c (with preprocessing) [kernel] Parsing tests/stdlib/result/ocode_malloc.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stdlib.h" #include "stdlib.h"
struct X { struct X {
......
...@@ -124,7 +124,7 @@ void foo(void) ...@@ -124,7 +124,7 @@ void foo(void)
} }
[kernel] Parsing tests/stdlib/result/no_fc_stdlib.c (with preprocessing) [kernel] Parsing tests/stdlib/result/ocode_no_fc_stdlib.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stddef.h" #include "stddef.h"
/*@ ghost extern int __fc_heap_status; */ /*@ ghost extern int __fc_heap_status; */
......
OPT: @PTEST_FILE@ -instantiate -print -check -then -ocode @PTEST_RESULT@/@PTEST_NAME@.c -print -then -no-instantiate @PTEST_RESULT@/@PTEST_NAME@.c -ocode="" -print OPT: @PTEST_FILE@ -instantiate -print -check -then -ocode @PTEST_RESULT@/ocode_@PTEST_NAME@.c -print -then -no-instantiate @PTEST_RESULT@/ocode_@PTEST_NAME@.c -ocode="" -print
...@@ -181,7 +181,7 @@ void with_null_or_int(int p[10]) ...@@ -181,7 +181,7 @@ void with_null_or_int(int p[10])
} }
[kernel] Parsing tests/string/result/memcmp.c (with preprocessing) [kernel] Parsing tests/string/result/ocode_memcmp.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stddef.h" #include "stddef.h"
#include "string.h" #include "string.h"
......
...@@ -195,7 +195,7 @@ void with_null_or_int(int p[10]) ...@@ -195,7 +195,7 @@ void with_null_or_int(int p[10])
} }
[kernel] Parsing tests/string/result/memcpy.c (with preprocessing) [kernel] Parsing tests/string/result/ocode_memcpy.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stddef.h" #include "stddef.h"
#include "string.h" #include "string.h"
......
...@@ -182,7 +182,7 @@ void with_null_or_int(int p[10]) ...@@ -182,7 +182,7 @@ void with_null_or_int(int p[10])
} }
[kernel] Parsing tests/string/result/memmove.c (with preprocessing) [kernel] Parsing tests/string/result/ocode_memmove.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stddef.h" #include "stddef.h"
#include "string.h" #include "string.h"
......
...@@ -278,7 +278,7 @@ void with_null_or_int(void) ...@@ -278,7 +278,7 @@ void with_null_or_int(void)
} }
[kernel] Parsing tests/string/result/memset_0.c (with preprocessing) [kernel] Parsing tests/string/result/ocode_memset_0.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stddef.h" #include "stddef.h"
#include "string.h" #include "string.h"
......
...@@ -416,7 +416,7 @@ void with_null_or_int(void) ...@@ -416,7 +416,7 @@ void with_null_or_int(void)
} }
[kernel] Parsing tests/string/result/memset_FF.c (with preprocessing) [kernel] Parsing tests/string/result/ocode_memset_FF.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stddef.h" #include "stddef.h"
#include "string.h" #include "string.h"
......
...@@ -34,7 +34,7 @@ void test(void) ...@@ -34,7 +34,7 @@ void test(void)
} }
[kernel] Parsing tests/string/result/memset_nested_typedef.c (with preprocessing) [kernel] Parsing tests/string/result/ocode_memset_nested_typedef.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stddef.h" #include "stddef.h"
#include "string.h" #include "string.h"
......
...@@ -20,7 +20,7 @@ void test(void) ...@@ -20,7 +20,7 @@ void test(void)
} }
[kernel] Parsing tests/string/result/memset_nested_union.c (with preprocessing) [kernel] Parsing tests/string/result/ocode_memset_nested_union.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stddef.h" #include "stddef.h"
#include "string.h" #include "string.h"
......
...@@ -192,7 +192,7 @@ void with_null_or_int(int value) ...@@ -192,7 +192,7 @@ void with_null_or_int(int value)
} }
[kernel] Parsing tests/string/result/memset_value.c (with preprocessing) [kernel] Parsing tests/string/result/ocode_memset_value.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
#include "stddef.h" #include "stddef.h"
#include "string.h" #include "string.h"
......
OPT: @PTEST_FILE@ -instantiate -print -check -then -ocode @PTEST_RESULT@/@PTEST_NAME@.c -print -then -no-instantiate @PTEST_RESULT@/@PTEST_NAME@.c -ocode="" -print OPT: @PTEST_FILE@ -instantiate -print -check -then -ocode @PTEST_RESULT@/ocode_@PTEST_NAME@.c -print -then -no-instantiate @PTEST_RESULT@/ocode_@PTEST_NAME@.c -ocode="" -print
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment