diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2012-08-24 22:50:21 +0200 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2012-08-24 22:50:42 +0200 |
commit | 425940be1d894459cead9aaf211a74338480aaa3 (patch) | |
tree | 0079a9cfd00234c696ddd4272fbe2635f26851a1 /tests | |
parent | c5b7ebc1cc4ecb4db8e691ba0d935826c6da2ebf (diff) |
tests/prime_nv_test: add missing call for test8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/prime_nv_test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/prime_nv_test.c b/tests/prime_nv_test.c index bda96ada..2269f84f 100644 --- a/tests/prime_nv_test.c +++ b/tests/prime_nv_test.c @@ -566,6 +566,10 @@ int main(int argc, char **argv) if (ret) fprintf(stderr,"prime_test: failed test 7\n"); + ret = test8(); + if (ret) + fprintf(stderr,"prime_test: failed test 8\n"); + intel_batchbuffer_free(intel_batch); nouveau_device_del(&ndev); |