~niels-thykier/apt-file/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: nthykier
  • Date: 2013-04-21 14:51:45 UTC
  • Revision ID: svn-v4:19660600-52fe-0310-9875-adc0d7a7b53c:deb-maint/apt-file/trunk:23712
t: Add a minimal "prove" test suite

Add a little test suite (testing for use of strict and minimum perl
version).

Signed-off-by: Niels Thykier <niels@thykier.net>

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        $(DOCBOOK2MAN) rapt-file.1.sgml
45
45
 
46
46
test:
 
47
        prove
47
48
        make -C tests-apt-file test
48
49
        make -C tests-diffindex test
49
50