added test_mix_3

This commit is contained in:
2025-11-08 16:22:30 +01:00
parent 273029e627
commit 01d644b76e
3 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ INCLUDES += -I $(realpath .) -I $(realpath ../../)
CXX_SRCS := test_main.cpp test_buffer.cpp test_buffer_multi.cpp test_mix.cpp
LIBS := -lstdc++
LIBS := -lstdc++ -lm
run: link
@echo Running $(TARGET)