From f98a4974d764a4b6f8da5a8a5cadacae83eb87b7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Feb 2010 17:29:27 +0100 Subject: finish openbsc / libosmocore separation * use pkg-config from openbsc to find header and library * move sms and timer tests to libosmocore itself * ensure "make distcheck" works on both packages --- libosmocore/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 libosmocore/tests/Makefile.am (limited to 'libosmocore/tests/Makefile.am') diff --git a/libosmocore/tests/Makefile.am b/libosmocore/tests/Makefile.am new file mode 100644 index 000000000..56e8b6f64 --- /dev/null +++ b/libosmocore/tests/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = timer sms -- cgit v1.2.3