aboutsummaryrefslogtreecommitdiffstats
path: root/test/bn_c384_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/bn_c384_test.cpp')
-rw-r--r--test/bn_c384_test.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/bn_c384_test.cpp b/test/bn_c384_test.cpp
new file mode 100644
index 0000000..c9b6376
--- /dev/null
+++ b/test/bn_c384_test.cpp
@@ -0,0 +1,6 @@
+#include <mcl/bn384.hpp>
+using namespace mcl::bn384;
+#define BN_DEFINE_STRUCT
+#define BN_MAX_OP_UNIT_SIZE 6
+#include "bn_c_test.hpp"
+