Changeset 98ab9db in mod_gnutls


Ignore:
Timestamp:
Jul 23, 2015, 11:31:54 AM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
56056de
Parents:
a1c4c2d
Message:

Test suite: Make setup.done a phony target

There's no need for a status file, all generated data should be checked
on each run.

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    ra1c4c2d r98ab9db  
    4343check_DATA = setup.done server/crl.pem
    4444
    45 MOSTLYCLEANFILES = setup.done cache/* logs/* outputs/* server/crl.pem
     45MOSTLYCLEANFILES = cache/* logs/* outputs/* server/crl.pem
    4646
    4747cert_templates = authority.template.in client.template.in \
     
    7474# conditions between multiple calls to TestMakefile for key and
    7575# certificate generation. It is ignored for setup.done itself.
     76.PHONY: setup.done
    7677server/crl.pem server/softhsm.db setup.done: setup.done
    7778        TEST_HOST="$(TEST_HOST)" TEST_IP="$(TEST_IP)" srcdir=$(srcdir) \
  • test/TestMakefile

    ra1c4c2d r98ab9db  
    108108setup.done: $(all_tokens) msva.gnupghome/trustdb.gpg client.uid
    109109        mkdir -p logs cache outputs
    110         touch setup.done
    111 
    112110
    113111clean:
     
    118116        rmdir imposter rogueca || true
    119117
    120 .PHONY: all clean
     118.PHONY: all clean setup.done
Note: See TracChangeset for help on using the changeset viewer.