diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-07-11 19:57:43 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-07-11 19:57:43 +0000 |
commit | 80bc11eca6f0fb5e5df65b15502b3630f374e9ce (patch) | |
tree | 87fc4d0a6d8a0fcc9b3049b5799d6c51ae99b551 | |
parent | 96e7ab0a0ca664a2ff441fe1a2cd9fd74bab353c (diff) |
run_tests: Add use_host_ptr test
-rw-r--r-- | run_tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh index 897ee67..facfb74 100644 --- a/run_tests.sh +++ b/run_tests.sh @@ -235,4 +235,10 @@ run_test "./math-int rotl -1 5 -1" #rotl(0x00001000, 23) = 0x8 run_test "./math-int rotl 4096 23 8" +################################################################################ +#USE_HOST_PTR +################################################################################ + +clear_memory 100 +run_test "./use-host-ptr 10" echo "$PASS passes, $FAIL fails" |