aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile
diff options
context:
space:
mode:
authorJ08nY2023-10-01 22:22:38 +0200
committerJ08nY2023-10-01 22:22:38 +0200
commit5e83141740737d832bb19c79ff9ea371977fdbe0 (patch)
treea8667f3234ee06f96c4fcf3775e9ecd46d4adad4 /test/Makefile
parent549b6282fe9d4d06fc69d5d0b9103338d8d99363 (diff)
downloadpyecsca-codegen-5e83141740737d832bb19c79ff9ea371977fdbe0.tar.gz
pyecsca-codegen-5e83141740737d832bb19c79ff9ea371977fdbe0.tar.zst
pyecsca-codegen-5e83141740737d832bb19c79ff9ea371977fdbe0.zip
Add sliding window recoding functions.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..4b8fc78
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,3 @@
+
+test_bn: test_bn.c ../pyecsca/codegen/bn/bn.c
+ gcc -o $@ $^ -I ../pyecsca/codegen/ -I ../pyecsca/codegen/tommath/ -L ../pyecsca/codegen/tommath/ -l:libtommath-HOST.a \ No newline at end of file