diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-05-13 07:53:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-05-13 07:53:14 +0000 |
commit | d4c937550b1afa538ff33aabdbfc52d75276067d (patch) | |
tree | f554bd1296fb79f3b3950197e1d91b02eecc0384 /make/ltp-testsuite.mk | |
parent | 4917507cbfd75bf7693ce055760c6f914b8d4a58 (diff) | |
download | buildroot-novena-d4c937550b1afa538ff33aabdbfc52d75276067d.tar.gz buildroot-novena-d4c937550b1afa538ff33aabdbfc52d75276067d.zip |
Update to the latest ltp testsuite
Diffstat (limited to 'make/ltp-testsuite.mk')
-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 cb4a0161d..43c897c8a 100644 --- a/make/ltp-testsuite.mk +++ b/make/ltp-testsuite.mk @@ -3,10 +3,10 @@ # ltp-testsuite # ############################################################# -LTP_TESTSUITE_SOURCE:=ltp-full-20040206.tgz +LTP_TESTSUITE_SOURCE:=ltp-full-20040506.tgz LTP_TESTSUITE_SITE:=http://aleron.dl.sourceforge.net/sourceforge/ltp LTP_TESTSUITE_CAT:=zcat -LTP_TESTSUITE_DIR:=$(BUILD_DIR)/ltp-full-20040206 +LTP_TESTSUITE_DIR:=$(BUILD_DIR)/ltp-full-20040506 LTP_TESTSUITE_PATCH:=$(SOURCE_DIR)/ltp-testsuite.patch |