mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-25 00:09:54 +00:00
Revert "src/glsl/glcpp: wire up glcpp-test to make check"
This reverts commit 2bb9f9e1fd
.
This commit is contained in:
parent
8c436b4ea6
commit
70dd17152d
@ -24,8 +24,6 @@
|
||||
noinst_LTLIBRARIES = libglcpp.la
|
||||
check_PROGRAMS = glcpp
|
||||
|
||||
TESTS = tests/glcpp-test
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/mesa \
|
||||
-I$(top_srcdir)/src/mapi \
|
||||
|
@ -34,14 +34,10 @@ total=0
|
||||
pass=0
|
||||
clean=0
|
||||
|
||||
builddir=`pwd`
|
||||
testdir=`dirname $0`
|
||||
cd $testdir
|
||||
|
||||
echo "====== Testing for correctness ======"
|
||||
for test in *.c; do
|
||||
echo -n "Testing $test..."
|
||||
$builddir/glcpp < $test > $test.out 2>&1
|
||||
../glcpp < $test > $test.out 2>&1
|
||||
total=$((total+1))
|
||||
if cmp $test.expected $test.out >/dev/null 2>&1; then
|
||||
echo "PASS"
|
||||
|
Loading…
Reference in New Issue
Block a user