Add a test suite for Dictionary

Co-authored-by: Sarav Noor Singh <saravnoorsingh@Saravs-MBP.T-mobile.com>
This commit is contained in:
Hugo Locurcio
2021-03-31 01:01:12 +02:00
parent 2a66714bfb
commit 217f1f891b
2 changed files with 160 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include "test_config_file.h"
#include "test_crypto.h"
#include "test_curve.h"
#include "test_dictionary.h"
#include "test_expression.h"
#include "test_file_access.h"
#include "test_geometry_2d.h"