b0a5cd8a28
For improved QA etc. For the start with initial test cases for avl, base64, jshn and list components. Moved runqueue and blobmsg from examples to tests. Converted just a few first test cases from json-script example into the new cram based unit test, more to come. Signed-off-by: Petr Štetiar <ynezz@true.cz>
21 lines
310 B
Raku
21 lines
310 B
Raku
set test bin path:
|
|
|
|
$ [ -n "$TEST_BIN_DIR" ] && export PATH="$TEST_BIN_DIR:$PATH"
|
|
|
|
check that base64 is producing expected results:
|
|
|
|
$ valgrind --quiet --leak-check=full test-b64
|
|
0
|
|
4 Zg==
|
|
4 Zm8=
|
|
4 Zm9v
|
|
8 Zm9vYg==
|
|
8 Zm9vYmE=
|
|
8 Zm9vYmFy
|
|
0
|
|
1 f
|
|
2 fo
|
|
3 foo
|
|
4 foob
|
|
5 fooba
|
|
6 foobar
|