diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-06 22:52:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-06 22:52:14 +0000 |
commit | 0209686130ce8721ddc03f481a39940dbbbb82cb (patch) | |
tree | 813ba3b917a9c89ecba64a327441c93b532ca3bd /make | |
parent | 05c5b52eefa498fdd43ccf04965159c1bd176ec9 (diff) |
Update to the February ltp-full-20040206 testsuite
Diffstat (limited to 'make')
-rw-r--r-- | make/ltp-testsuite.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/ltp-testsuite.mk b/make/ltp-testsuite.mk index c11b89672..cb4a0161d 100644 --- a/make/ltp-testsuite.mk +++ b/make/ltp-testsuite.mk @@ -3,10 +3,10 @@ # ltp-testsuite # ############################################################# -LTP_TESTSUITE_SOURCE:=ltp-full-20040108.tgz +LTP_TESTSUITE_SOURCE:=ltp-full-20040206.tgz LTP_TESTSUITE_SITE:=http://aleron.dl.sourceforge.net/sourceforge/ltp LTP_TESTSUITE_CAT:=zcat -LTP_TESTSUITE_DIR:=$(BUILD_DIR)/ltp-full-20040108 +LTP_TESTSUITE_DIR:=$(BUILD_DIR)/ltp-full-20040206 LTP_TESTSUITE_PATCH:=$(SOURCE_DIR)/ltp-testsuite.patch |