Add json encoding test + fix enum not being set on success.

This commit is contained in:
Daniel Gavin
2021-11-07 14:35:52 +01:00
parent 40eed29527
commit 5b074ceee5
4 changed files with 102 additions and 6 deletions
+6 -1
View File
@@ -30,4 +30,9 @@ echo ---
echo ---
echo Running core:crypto hash tests
echo ---
%PATH_TO_ODIN% run crypto %COMMON%
%PATH_TO_ODIN% run crypto %COMMON%
echo ---
echo Running core:encoding tests
echo ---
%PATH_TO_ODIN% run encoding %COMMON%