L4Re/departure

Annotated tests/Makefile

211:dc521e9dbd13
2021-10-02 Paul Boddie Added tentative support for directory-level notifications.
paul@94 1
PKGDIR		?= .
paul@94 2
L4DIR		?= $(PKGDIR)/../../..
paul@94 3
paul@94 4
TARGET		= \
paul@94 5
		dstest_block_client dstest_block_client_simple \
paul@105 6
		dstest_ext2fs_client \
paul@141 7
		dstest_file_client \
paul@211 8
		dstest_file_monitor \
paul@167 9
		dstest_file_readdir \
paul@94 10
		dstest_host_client \
paul@94 11
		dstest_pipe_client \
paul@155 12
		dstest_test_client
paul@94 13
paul@94 14
MODE            = static
paul@94 15
paul@94 16
SRC_CC_dstest_block_client		= dstest_block_client.cc
paul@94 17
paul@94 18
SRC_CC_dstest_block_client_simple	= dstest_block_client_simple.cc
paul@94 19
paul@105 20
SRC_CC_dstest_ext2fs_client		= dstest_ext2fs_client.cc
paul@105 21
paul@141 22
SRC_CC_dstest_file_client		= dstest_file_client.cc
paul@141 23
paul@211 24
SRC_CC_dstest_file_monitor		= dstest_file_monitor.cc
paul@211 25
paul@167 26
SRC_CC_dstest_file_readdir		= dstest_file_readdir.cc
paul@94 27
paul@167 28
SRC_CC_dstest_host_client		= dstest_host_client.cc
paul@158 29
paul@94 30
SRC_CC_dstest_pipe_client		= dstest_pipe_client.cc
paul@94 31
paul@94 32
SRC_CC_dstest_test_client		= dstest_test_client.cc
paul@94 33
paul@105 34
REQUIRES_LIBS	= l4re_c-util libfsclient libmem libipc libstdc++ libsystypes libe2access_blockserver
paul@94 35
paul@94 36
include $(L4DIR)/mk/prog.mk