blob: 321601f01d2da38be40d9c2e0236d2d9823d368b (
plain)
1
2
3
4
5
6
7
8
9
10
|
PKGDIR ?= ../..
L4DIR ?= $(PKGDIR)/../..
# insert the binary name of the server to test
TEST_SERVER =
# insert the binary name of the application testing the server
TEST_CLIENT =
include $(L4DIR)/mk/runux.mk
|