mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[meson] test-cookies-t ok
This commit is contained in:
parent
9cb4f4544e
commit
bf227da993
@ -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
0
src/cookies/test-cookies-t
Normal file → Executable file
Loading…
Reference in New Issue
Block a user