~ubuntu-branches/ubuntu/quantal/curl/quantal

« back to all changes in this revision

Viewing changes to tests/data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iqx7k9cipo5d0ifr
Tags: upstream-7.9.5
ImportĀ upstreamĀ versionĀ 7.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all:
 
2
install:
 
3
 
 
4
test:
 
5
        [ -f test1 ] || ln -s $(srcdir)/test* .
 
6
 
 
7
EXTRA_DIST = \
 
8
test1    test108  test117  test127  test20   test27   test34   test46 \
 
9
test10   test109  test118  test13   test200  test28   test36   test47 \
 
10
test100  test11   test119  test14   test201  test29   test37   test5 \
 
11
test101  test110  test12   test15   test202  test3    test4    test6 \
 
12
test102  test111  test120  test16   test21   test30   test400  test7 \
 
13
test103  test112  test121  test17   test22   test300  test401  test8 \
 
14
test104  test113  test122  test18   test23   test301  test402  test9 \
 
15
test105  test114  test123  test19   test24   test302  test43   test31 \
 
16
test106  test115  test124  test190  test25   test303  test44   test38 \
 
17
test107  test116  test125  test2    test26   test33   test45   test126 \
 
18
test304
 
19