scipr-lab / libsnark

C++ library for zkSNARKs
Other
1.83k stars 585 forks source link

Running ./src/gadgetlib2/tests/gadgetlib2_test does not test anything #51

Open benma opened 8 years ago

benma commented 8 years ago

gadgetlib2_test.cpp does not include any of the "_UTEST.cpp" of the same folder, so none of the tests are actually run.

In the Makefile, those files are listed (https://github.com/scipr-lab/libsnark/blob/e2c8bf06c7cbec7b5e2c6134d6dabd4573382bfd/Makefile#L248), but I am not sure if that does anything.

Thoughts?