From 0535a3244acc2a6c096703090b467e60e630cf60 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 9 Aug 2015 15:28:08 +0200 Subject: selftest: new binary - move selftest code from module/selftest to test/. - create a new binary called 'selftest' - the selftest is testing the Baresip Core only --- test/srcs.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/srcs.mk (limited to 'test/srcs.mk') diff --git a/test/srcs.mk b/test/srcs.mk new file mode 100644 index 0000000..df16f8b --- /dev/null +++ b/test/srcs.mk @@ -0,0 +1,13 @@ +# +# srcs.mk All application source files. +# +# Copyright (C) 2010 Creytiv.com +# + +TEST_SRCS += cmd.c +TEST_SRCS += ua.c + +TEST_SRCS += sip_server.c +TEST_SRCS += test.c + +TEST_SRCS += main.c -- cgit v1.2.3