TESTS commented

This commit is contained in:
timerix 2023-01-20 15:25:48 +06:00
parent dd6253f636
commit 15a9661c46

View File

@ -11,8 +11,8 @@ WARN_C="-Wall -Wno-discarded-qualifiers"
WARN_CPP="-Wall"
SRC_C="$( find src -name '*.c')"
SRC_CPP="$( find src -name '*.cpp')"
TESTS_C=""#"$( find tests -name '*.c')"
TESTS_CPP=""#"$(find tests -name '*.cpp')"
#TESTS_C="$( find tests -name '*.c')"
#TESTS_CPP="$(find tests -name '*.cpp')"
OUTDIR=bin
OBJDIR=obj