Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Makefile: add a new meta-target 'test' for 'testcentury'
Browse files Browse the repository at this point in the history
Ticket #3
  • Loading branch information
Rene Ladan committed Dec 26, 2016
1 parent 3cab7c9 commit 2274a9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: all clean install install-strip doxygen install-doxygen uninstall \
uninstall-doxygen lint splint cppcheck iwyu
uninstall-doxygen lint splint cppcheck iwyu test

PREFIX?=.
ETCDIR?=etc/dcf77pi
Expand All @@ -11,7 +11,8 @@ SPLINT_ARGS?=+posixlib -DETCDIR=\"$(ETCDIR)\"
CPPCHECK_ARGS?=--enable=all --inconclusive --language=c --std=c99 \
-DETCDIR=\"$(ETCDIR)\"

all: libdcf77.so dcf77pi dcf77pi-analyze readpin testcentury
all: libdcf77.so dcf77pi dcf77pi-analyze readpin
test: testcentury

hdrlib=input.h decode_time.h decode_alarm.h config.h setclock.h mainloop.h \
bits1to14.h calendar.h
Expand Down

0 comments on commit 2274a9f

Please sign in to comment.