tests/.cvsignore
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 06 May 2016 11:38:35 +0300
changeset 1007 afb3974f8fb3
parent 132 39f88c3d803d
permissions -rwxr-xr-x
fix warning about overflow if matiec is running on 64-bit platform,
but the generated C code will cross-compiled for 32-bit platform

For example:
./build/config.c:29:39: error: large integer implicitly truncated to unsigned type [-Werror=overflow]
unsigned long greatest_tick_count__ = 18446744073709551611UL; /*tick*/
^
compilation terminated due to -Wfatal-errors.
cc1: all warnings being treated as errors
41
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     1
STD_TEST.st
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     2
STD_RESSOURCE.c
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     3
LOCATED_VARIABLES.h
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     4
POUS.c
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     5
test
8998c8b24b60 First working IEC std lib test, actually test from string and to_string functions.
etisserant
parents:
diff changeset
     6
STD_CONF.c
44
3fb449ba9a72 Tests and various fixes
etisserant
parents: 41
diff changeset
     7
SFC_TEST.st
61
3d52215b5e30 updated some .cvsignore
etisserant
parents: 44
diff changeset
     8
test.exe
3d52215b5e30 updated some .cvsignore
etisserant
parents: 44
diff changeset
     9
plc.st
132
39f88c3d803d Updated tests so that they compile again :-)
etisserant
parents: 61
diff changeset
    10
POUS.h
39f88c3d803d Updated tests so that they compile again :-)
etisserant
parents: 61
diff changeset
    11
VARIABLES.csv