From d13ef633d2d905766e33ca46593c7ad7c8fbd767 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 13 Nov 2021 23:22:27 +0100 Subject: move time_cc to libosmocore osmo_time_cc Related: SYS#4878 Depends: Iabb17a08e6e1a86f168cdb008fba05ecd4776bdd (libosmocore) Change-Id: Ica9f908a1a30f334a24c59471affa11225117e12 --- tests/time_cc/Makefile.am | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 tests/time_cc/Makefile.am (limited to 'tests/time_cc/Makefile.am') diff --git a/tests/time_cc/Makefile.am b/tests/time_cc/Makefile.am deleted file mode 100644 index de407e71c..000000000 --- a/tests/time_cc/Makefile.am +++ /dev/null @@ -1,36 +0,0 @@ -AM_CPPFLAGS = \ - $(all_includes) \ - -I$(top_srcdir)/include \ - $(NULL) - -AM_CFLAGS = \ - -Wall \ - -ggdb3 \ - $(LIBOSMOCORE_CFLAGS) \ - $(COVERAGE_CFLAGS) \ - $(NULL) - -AM_LDFLAGS = \ - $(COVERAGE_LDFLAGS) \ - $(NULL) - -EXTRA_DIST = \ - time_cc_test.ok \ - $(NULL) - -noinst_PROGRAMS = \ - time_cc_test \ - $(NULL) - -time_cc_test_SOURCES = \ - time_cc_test.c \ - $(NULL) - -time_cc_test_LDADD = \ - $(top_builddir)/src/osmo-bsc/libbsc.la \ - $(LIBOSMOCORE_LIBS) \ - $(NULL) - -.PHONY: update_exp -update_exp: - $(builddir)/time_cc_test >$(srcdir)/time_cc_test.ok -- cgit v1.2.3