From 5d3839db9f01fe8ab9fb834234ec0ec2765f6e67 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 4 Aug 2023 13:27:01 -0400 Subject: [PATCH] clean up all created files --- unittest/formats/test_file_operations.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unittest/formats/test_file_operations.cpp b/unittest/formats/test_file_operations.cpp index f1a6ce42f5..70781509a0 100644 --- a/unittest/formats/test_file_operations.cpp +++ b/unittest/formats/test_file_operations.cpp @@ -611,6 +611,10 @@ TEST_F(FileOperationsTest, read_data_fix) EXPECT_EQ(lmp->atom->tag[GETIDX(8)], 8); EXPECT_EQ(lmp->atom->tag[GETIDX(9)], 9); EXPECT_EQ(lmp->atom->tag[GETIDX(10)], 10); + + // clean up + delete_file("test_mol_id_merge.data"); + delete_file("test_mol_id.data"); } int main(int argc, char **argv)