test backends

This commit is contained in:
Dmitriy Ryajov 2024-01-29 15:01:50 -06:00
parent 3ec6fe21b3
commit c62ecaf105
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
import ./backends/testcircomcompat
{.warning[UnusedImport]: off.}

View File

@ -1,5 +1,6 @@
import ./slots/testslotbuilder
import ./slots/testsampler
import ./slots/testconverters
import ./slots/testbackends
{.warning[UnusedImport]: off.}