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:
parent
55107c89ea
commit
d376025536
3 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,10 @@ F imgs/StarOpenSource_Transparent.png -> StarOpenSource logo, transparent
|
|||
D imgs/profiledecorations -> Profile Decorations for sos!sky
|
||||
S imgs/profiledecorations/d60532.png -> "#d60532" profile decoration
|
||||
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/unsafe/ -> Contains lists of "unsafe commits"
|
||||
F vinf/unsafe/androot_develop -> Unsafe commits list for androot
|
||||
|
|
BIN
test/core/erm-binary
Normal file
BIN
test/core/erm-binary
Normal file
Binary file not shown.
1
test/core/erm-text
Normal file
1
test/core/erm-text
Normal file
|
@ -0,0 +1 @@
|
|||
Hi! This file is used in tests verifying that CORE's built-in 'erm' module works.
|
Loading…
Reference in a new issue