add unit test for c-library interface function lammps_gather_bonds()

This commit is contained in:
Axel Kohlmeyer
2021-07-26 20:59:14 -04:00
parent fdc75dcf35
commit cc87e7eee3
3 changed files with 140 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// unit tests creating LAMMPS instances via the library interface
// unit tests for interfacing with fix external via the library interface
#include "library.h"