test backends
This commit is contained in:
parent
3ec6fe21b3
commit
c62ecaf105
|
@ -0,0 +1,3 @@
|
||||||
|
import ./backends/testcircomcompat
|
||||||
|
|
||||||
|
{.warning[UnusedImport]: off.}
|
|
@ -1,5 +1,6 @@
|
||||||
import ./slots/testslotbuilder
|
import ./slots/testslotbuilder
|
||||||
import ./slots/testsampler
|
import ./slots/testsampler
|
||||||
import ./slots/testconverters
|
import ./slots/testconverters
|
||||||
|
import ./slots/testbackends
|
||||||
|
|
||||||
{.warning[UnusedImport]: off.}
|
{.warning[UnusedImport]: off.}
|
||||||
|
|
Loading…
Reference in New Issue