1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00

[meson] test-cookies-t ok

This commit is contained in:
Witold Filipczyk 2022-10-04 20:21:08 +02:00
parent 9cb4f4544e
commit bf227da993
2 changed files with 4 additions and 21 deletions

View File

@ -1,23 +1,6 @@
srcs += files('cookies.c', 'dialogs.c', 'path.c', 'parser.c')
#PROG = parsetst
#
#TEST_PROGS = \
# cookies-t$(EXEEXT)
#TESTDEPS = path.o
#PARSETSTDEPS = \
# $(top_builddir)/src/util/error.o \
# $(top_builddir)/src/util/string.o
#ifdef CONFIG_DEBUG
#PARSETSTDEPS += $(top_builddir)/src/util/memdebug.o
#endif
#parsetst: $(PARSETSTDEPS) parser.o parsetst.o
# $(call cmd,link)
#
#CLEAN += parsetst.o
#
#include $(top_srcdir)/Makefile.lib
executable('cookies-t', 'cookies-t.c', 'path.c', include_directories:['..'])
test_lib = environment({'TEST_LIB': meson.source_root()+'/test/libtest.sh'})
t = find_program('test-cookies-t')
test('cookies', t, env: test_lib, workdir: meson.current_source_dir())

0
src/cookies/test-cookies-t Normal file → Executable file
View File