]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
give tst progs better names
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 23 Jun 2005 12:28:57 +0000 (12:28 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 23 Jun 2005 12:28:57 +0000 (12:28 +0000)
tests/Makefile.in
tests/dname-label-test.c [moved from tests/run-test21.c with 100% similarity]

index 1b934f06df005505fa509c5fd512505aa26b8133..a13c19c28a36cfa8c9599c4fe9b699f500c242a4 100644 (file)
@@ -19,7 +19,7 @@ LINK            = $(CC) $(CFLAGS) $(LDFLAGS) $(LIBS)
 
 HEADER         = config.h
 TESTS          = run-test0 run-test7 run-test18 run-test19 run-test20 \
-                       run-test21 notify 
+                       dname-label-test notify 
 
 .PHONY:        all clean realclean
 
@@ -43,7 +43,7 @@ run-test19:       run-test19.o
 run-test20:       run-test20.o 
                $(LINK) -lssl -o $@ $+ 
 
-run-test21:       run-test21.o 
+dname-label-test.c:       dname-label-test.c.o 
                $(LINK) -o $@ $+ 
        
 notify:        notify.o
similarity index 100%
rename from tests/run-test21.c
rename to tests/dname-label-test.c