work in progess
This commit is contained in:
20
Makefile.am
20
Makefile.am
@@ -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 *~
|
||||
|
||||
Reference in New Issue
Block a user