Skip to content

Commit

Permalink
Merge pull request #723 from grondo/remove-approxidate
Browse files Browse the repository at this point in the history
Remove approxidate
  • Loading branch information
garlick authored Jul 8, 2016
2 parents 3efa493 + 050f8da commit 36cb5cc
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 1,122 deletions.
7 changes: 0 additions & 7 deletions src/common/libutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ libutil_la_SOURCES = \
environment.c \
kary.h \
kary.c \
approxidate.h \
approxidate.c \
cronodate.h \
cronodate.c \
wallclock.h \
Expand All @@ -86,7 +84,6 @@ TESTS = test_nodeset.t \
test_sha1.t \
test_popen2.t \
test_kary.t \
test_approxidate.t \
test_cronodate.t \
test_wallclock.t \
test_stdlog.t
Expand All @@ -108,10 +105,6 @@ TEST_EXTENSIONS = .t
T_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
$(top_srcdir)/config/tap-driver.sh

test_approxidate_t_SOURCES = test/approxidate.c
test_approxidate_t_CPPFLAGS = $(test_cppflags)
test_approxidate_t_LDADD = $(test_ldadd)

test_nodeset_t_SOURCES = test/nodeset.c
test_nodeset_t_CPPFLAGS = $(test_cppflags)
test_nodeset_t_LDADD = $(test_ldadd)
Expand Down
Loading

0 comments on commit 36cb5cc

Please sign in to comment.