Skip to content

Commit 5d49ff6

Browse files
committed
clean up unity test names
bk: 55812a36aCJ1mT2YtfrmWVjZATa2zA
1 parent 85e8d4d commit 5d49ff6

34 files changed

+192
-432
lines changed

bootstrap

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ AUTORECONF=${AUTORECONF:-autoreconf}
7171
# the ruby generator must be older than the test files.
7272
# the test files must be older than the runner files.
7373

74-
runner_files=`find [B-Za-z]* -type f -name 'run-test-*' -print | fgrep -v /SCCS/`
74+
runner_files=`find [B-Za-z]* -type f -name 'run-*' -print | fgrep -v /SCCS/`
7575
l=
7676
lt=
7777
lr=
7878
for f in ${runner_files}
7979
do
80-
fb=`echo $f | sed -e 's/run-test-//'`
80+
fb=`echo $f | sed -e 's/run-//'`
8181
lt="$lt $fb"
8282
lr="$lr $f" # Yes, lr and runner_files are eventually the same
8383
done

tests/bug-2803/Makefile-

-10
This file was deleted.

tests/bug-2803/Makefile.am

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ AM_CPPFLAGS += $(CPPFLAGS_NTP)
3131
AM_LDFLAGS = $(LDFLAGS_NTP)
3232

3333
bug_2803_SOURCES = \
34+
bug-2803.c \
3435
run-bug-2803.c \
35-
ut-2803.c \
3636
$(NULL)
3737

38-
$(srcdir)/run-bug-2803.c: $(srcdir)/ut-2803.c $(std_unity_list)
39-
$(run_unity) ut-2803.c run-bug-2803.c
38+
$(srcdir)/run-bug-2803.c: $(srcdir)/bug-2803.c $(std_unity_list)
39+
$(run_unity) bug-2803.c run-bug-2803.c
4040

4141
# HMS: we may not need some of these:
4242
#noinst_HEADERS = ntpdtest.h \
File renamed without changes.

tests/bug-2803/test-2803.c

-229
This file was deleted.

0 commit comments

Comments
 (0)