heptagon/test
Gwenaël Delaval faf707db4a Added test for bug [#14076] (initialization analysis)
Bug [#14076]:
node sum(x:int) returns (y:int) let y = x + (0 fby y); tel
node main(x : int) returns (y : int)
let
y = 0 -> sum(pre x);
tel

is accepted whereas the node "sum" will memorize an absent value (pre x)
and use it at next instant.

Removed auto2.ept (duplicate of auto.ept)
2017-03-17 15:15:27 +01:00
..
async Test to watch sampling of returned stateful exps. 2011-12-06 15:44:20 +01:00
bad Added test for bug [#14076] (initialization analysis) 2017-03-17 15:15:27 +01:00
good Added test for bug [#14076] (initialization analysis) 2017-03-17 15:15:27 +01:00
image_filters small fixes 2011-11-21 09:10:27 +01:00
scripts Correction of compile_sdc_run test script 2017-03-17 12:06:57 +01:00
sdc Correction of DCS tests 2017-03-16 11:56:43 +01:00
check Tests: memalloc 2012-01-25 10:10:17 +01:00
CTestTestfile.cmake Added test for bug [#14076] (initialization analysis) 2017-03-17 15:15:27 +01:00
gen_ctests Added sdc tests in CTestTestfile.cmake 2017-02-06 18:02:31 +01:00