Browse Source

add duplicate consistency checks

tags/v0.0.1
Leon Botros 5 years ago
committed by Kris Kwiatkowski
parent
commit
2d9e259608
3 changed files with 66 additions and 0 deletions
  1. +22
    -0
      test/duplicate_consistency/babybear_clean.yml
  2. +22
    -0
      test/duplicate_consistency/mamabear_clean.yml
  3. +22
    -0
      test/duplicate_consistency/papabear_clean.yml

+ 22
- 0
test/duplicate_consistency/babybear_clean.yml View File

@@ -0,0 +1,22 @@
consistency_checks:
- source:
scheme: mamabear
implementation: clean
files:
- kem.c
- melas_fec.c
- melas_fec.h
- ring.c
- ring.h
- threebears.c
- source:
scheme: papabear
implementation: clean
files:
- kem.c
- melas_fec.c
- melas_fec.h
- ring.c
- ring.h
- threebears.c


+ 22
- 0
test/duplicate_consistency/mamabear_clean.yml View File

@@ -0,0 +1,22 @@
consistency_checks:
- source:
scheme: babybear
implementation: clean
files:
- kem.c
- melas_fec.c
- melas_fec.h
- ring.c
- ring.h
- threebears.c
- source:
scheme: papabear
implementation: clean
files:
- kem.c
- melas_fec.c
- melas_fec.h
- ring.c
- ring.h
- threebears.c


+ 22
- 0
test/duplicate_consistency/papabear_clean.yml View File

@@ -0,0 +1,22 @@
consistency_checks:
- source:
scheme: babybear
implementation: clean
files:
- kem.c
- melas_fec.c
- melas_fec.h
- ring.c
- ring.h
- threebears.c
- source:
scheme: mamabear
implementation: clean
files:
- kem.c
- melas_fec.c
- melas_fec.h
- ring.c
- ring.h
- threebears.c


Loading…
Cancel
Save