work in progess

This commit is contained in:
Олег Бородин
2025-10-16 17:46:55 +02:00
parent dfd504328d
commit bd89591945
8 changed files with 108 additions and 63 deletions

View File

@@ -63,14 +63,22 @@ noinst_PROGRAMS += libxtools/cllexer_test
libxtools_cllexer_test_SOURCES = libxtools/cllexer_test.c
libxtools_cllexer_test_LDADD = $(libxtools_NAME)
test:: libxtools/cllexer_test
cd libxtools && ./cllexer_test
#test:: libxtools/cllexer_test
# cd libxtools && ./cllexer_test
test:: libxtools/clcomp_test
cd libxtools && ./clcomp_test
#test:: libxtools/clcomp_test
# cd libxtools && ./clcomp_test
#test:: libxtools/clconfig_test
# cd libxtools && ./clconfig_test
noinst_PROGRAMS += server_test
server_test_SOURCES = server_test.c server.c logger.c
server_test_LDADD = $(libxtools_NAME)
test:: server_test
./server_test
test:: libxtools/clconfig_test
cd libxtools && ./clconfig_test
clean-local:
rm -f *~