diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-12 12:13:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-12 12:13:18 +0000 |
commit | c1b369fd4c2d538c89d6f9342092bead2628ff5c (patch) | |
tree | e386ef296e3752d2b99b93809cd919c5d1a2ade9 | |
parent | 01fcd3c2d5f11ee6882f06e690cf935421197401 (diff) |
500 + 501 added
-rw-r--r-- | tests/data/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index eed5234e3..77bedd30e 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -1,4 +1,4 @@ -all: +iall: install: test: @@ -17,4 +17,5 @@ test106 test115 test124 test190 test25 test303 test44 test38 \ test107 test116 test125 test2 test26 test33 test45 test126 \ test304 test39 test32 test128 test48 test306 \ test130 test131 test132 test133 test134 test135 test403 test305 \ -test49 test50 test51 test52 test53 test54 test55 test56 +test49 test50 test51 test52 test53 test54 test55 test56 \ +test500 test501 |