From 549c771c06e9610cd8ec69e2a0f5a57bd7b04ab6 Mon Sep 17 00:00:00 2001 From: sjadhav07 Date: Mon, 10 Jun 2024 11:13:12 +0530 Subject: [PATCH] Added PlantTest to CMakeLists in test folder --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f6bbaaa78..9e120e1f5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -35,6 +35,7 @@ set(FAKER_UT_SOURCES modules/number/NumberTest.cpp modules/person/PersonTest.cpp modules/phone/PhoneTest.cpp + modules/plant/PlantTest.cpp modules/science/ScienceTest.cpp modules/sport/SportTest.cpp modules/string/StringTest.cpp