HashFunctions_test_OBJS  = HashFunctions_test.o $(MODULES)/HashFunctions/HashFunctions.o
BloomFilter_test_OBJS  = BloomFilter_test.o $(MODULES)/BloomFilter/BloomFilter.o $(MODULES)/HashFunctions/HashFunctions.o
List_test_OBJS = List_test.o $(MODULES)/List/List.o
Queue_test_OBJS = Queue_test.o $(MODULES)/Queue/Queue.o
RBTree_test_OBJS = RBTree_test.o $(MODULES)/RBTree/RBTree.o $(MODULES)/Comparators/Comparators.o
DisJointSet_test_OBJS = DisJointSet_test.o $(MODULES)/DisJointSet/DisJointSet.o
HashTable_withRBT_test_OBJS = HashTable_withRBT_test.o $(MODULES)/HashTable_withRBT/HashTable_withRBT.o $(MODULES)/RBTree/RBTree.o $(MODULES)/Comparators/Comparators.o
Comparators_test_OBJS = Comparators_test.o $(MODULES)/Comparators/Comparators.o
HeapSort_test_OBJS = HeapSort_test.o $(MODULES)/HeapSort/HeapSort.o $(MODULES)/Comparators/Comparators.o
QuickSort_test_OBJS = QuickSort_test.o $(MODULES)/QuickSort/QuickSort.o $(MODULES)/Comparators/Comparators.o
maxHeap_test_OBJS = maxHeap_test.o $(MODULES)/MaxHeap/maxHeap.o $(MODULES)/Comparators/Comparators.o
HashTable_withList_test_OBJS = HashTable_withList_test.o $(MODULES)/HashTable_withList/HashTable_withList.o $(MODULES)/Comparators/Comparators.o $(MODULES)/HashFunctions/HashFunctions.o
HashTable_withBucketstoRBT_test_OBJS = HashTable_withBucketstoRBT_test.o $(MODULES)/HashTable_withBucketstoRBT/HashTable_withBucketstoRBT.o $(MODULES)/Comparators/Comparators.o $(MODULES)/HashFunctions/HashFunctions.o $(MODULES)/RBTree/RBTree.o

# Makefile main body
include ../common.mk
