source: cpp/tests/SDK-tests.txt @ 811

Last change on this file since 811 was 798, checked in by sz, 6 years ago

unit testing infrastructure + few example tests for the Framsticks SDK

  • Property svn:eol-style set to native
File size: 792 bytes
Line 
1exe:geno_test
2
3TESTNAME:geno_test valid f1
4arg:XrqX[G:1.23][-1:2.34]
5out:valid
6out:
7RUNTEST
8
9TESTNAME:geno_test invalid f1
10arg:rq[0:0]
11out:[WARN] Geno.isValid: 1 warning(s) while checking validity of ''
12out:[WARN] Geno.isValid: ...[WARN] GenoConv_F1.grow: Illegal neuron position (ignored)
13out:invalid
14out:
15RUNTEST
16
17TESTNAME:geno_test valid f0
18arg:-
19in://0
20in:p:
21in:p:1
22in:j:0,1
23out:valid
24out:
25RUNTEST
26
27TESTNAME:geno_test invalid f0
28arg:-
29in://0
30in:p:
31in:p:
32out:[ERROR] Geno.isValid: 1 error(s) while checking validity of ''
33out:[ERROR] Geno.isValid: ...[ERROR] Model.internalCheck: Not all parts connected (eg. Part #0 and Part #1)
34out:invalid
35out:
36RUNTEST
37
38##################################
39
40exe:full_props
41
42TESTNAME:full_props
43arg:X
44out:*INSERTPLATFORMDEPENDENTFILE*:full_props_x
45RUNTEST
Note: See TracBrowser for help on using the repository browser.