Add test files for CORE's 'erm' module

No, these don't contain a backdoor. My name isn't Jia Tan.
Try running gunzip over test/core/erm-binary to see what's inside :3
This commit is contained in:
JeremyStar™ 2024-04-06 13:19:27 +02:00
parent 55107c89ea
commit d376025536
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
3 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,10 @@ F imgs/StarOpenSource_Transparent.png -> StarOpenSource logo, transparent
D imgs/profiledecorations -> Profile Decorations for sos!sky D imgs/profiledecorations -> Profile Decorations for sos!sky
S imgs/profiledecorations/d60532.png -> "#d60532" profile decoration S imgs/profiledecorations/d60532.png -> "#d60532" profile decoration
S imgs/profiledecorations/d60532.xcf -> "#d60532" profile decoration (source file) S imgs/profiledecorations/d60532.xcf -> "#d60532" profile decoration (source file)
D test/ -> Used for unit tests requiring files to be downloaded off the internet
D test/core/ -> Test files for the CORE Framework
F test/core/erm-text -> A text file used for verifying that the 'erm' module can process text data.
F test/core/erm-binary -> A text file used for verifying that the 'erm' module can process binary data.
D vinf/ -> Short for "Version Information" D vinf/ -> Short for "Version Information"
D vinf/unsafe/ -> Contains lists of "unsafe commits" D vinf/unsafe/ -> Contains lists of "unsafe commits"
F vinf/unsafe/androot_develop -> Unsafe commits list for androot F vinf/unsafe/androot_develop -> Unsafe commits list for androot

BIN
test/core/erm-binary Normal file

Binary file not shown.

1
test/core/erm-text Normal file
View file

@ -0,0 +1 @@
Hi! This file is used in tests verifying that CORE's built-in 'erm' module works.