mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
test(dfr): add AES test.
This commit is contained in:
@@ -174,6 +174,7 @@ build-end-to-end-jit-lambda: build-initialized
|
||||
build-end-to-end-dataflow-tests: build-initialized
|
||||
cmake --build $(BUILD_DIR) --target end_to_end_jit_auto_parallelization
|
||||
cmake --build $(BUILD_DIR) --target end_to_end_jit_distributed
|
||||
cmake --build $(BUILD_DIR) --target end_to_end_jit_aes_short
|
||||
|
||||
run-end-to-end-dataflow-tests: build-end-to-end-dataflow-tests
|
||||
$(BUILD_DIR)/tools/concretelang/tests/end_to_end_tests/end_to_end_jit_auto_parallelization
|
||||
|
||||
@@ -69,4 +69,9 @@ if(CONCRETELANG_PARALLEL_EXECUTION_ENABLED)
|
||||
end_to_end_jit_distributed.cc
|
||||
globals.cc
|
||||
)
|
||||
add_concretecompiler_unittest(
|
||||
end_to_end_jit_aes_short
|
||||
end_to_end_jit_aes_short.cc
|
||||
globals.cc
|
||||
)
|
||||
endif()
|
||||
|
||||
5473
compiler/tests/end_to_end_tests/end_to_end_jit_aes_short.cc
Normal file
5473
compiler/tests/end_to_end_tests/end_to_end_jit_aes_short.cc
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,7 @@
|
||||
#define UINT_TESTS_COMMON_ASSERT_H
|
||||
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include <concretelang/Runtime/DFRuntime.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#define ASSERT_LLVM_ERROR(err) \
|
||||
|
||||
Reference in New Issue
Block a user