Sfoglia il codice sorgente

add duplicate consistency checks

tags/v0.0.1
Leon Botros 5 anni fa
committed by Kris Kwiatkowski
parent
commit
2d9e259608
3 ha cambiato i file con 66 aggiunte e 0 eliminazioni
  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 Vedi 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 Vedi 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 Vedi 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


Caricamento…
Annulla
Salva