diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-12-11 15:55:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 15:55:02 +0100 |
commit | 005536b1f30f6effe00a3f15da3c9baf9484778e (patch) | |
tree | 55b7828a87a793990200b2fb37d95013e4cd0ec0 /tests/test_main.cpp | |
parent | 146316c4413004a1062e559f092dd30456e9bc93 (diff) | |
parent | ed7014c67afbcf363deb5e0d6e372f551b920db2 (diff) |
Merge pull request #44296 from Xrayez/test-file-access
Add test suite for `FileAccess`
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r-- | tests/test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index a152f3d451..9f2c2d6911 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -42,6 +42,7 @@ #include "test_crypto.h" #include "test_curve.h" #include "test_expression.h" +#include "test_file_access.h" #include "test_gradient.h" #include "test_gui.h" #include "test_json.h" |