add make test

This commit is contained in:
ag 2024-09-15 18:47:19 +03:00
parent c8c24313b8
commit 27581af40f

View File

@ -19,7 +19,7 @@ $(TARGET): $(OBJS)
$(CXX) $(CXXFLAGS) -c $< -o $@
test:
$(CXX) $(CXXFLAGS) $(TEST)-o test
$(CXX) $(CXXFLAGS) $(TEST) -o cache_test
clean: