From 2ffa1d3bd1e0b84fed4d598db5a80adc473b37ea Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sat, 23 Aug 2014 23:35:42 -0700 Subject: [PATCH] Setting up test filenames as TODOs. --- tools/alloy-test/alloy-test.gypi | 59 ++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/tools/alloy-test/alloy-test.gypi b/tools/alloy-test/alloy-test.gypi index ce7df1e44..103ce7f8d 100644 --- a/tools/alloy-test/alloy-test.gypi +++ b/tools/alloy-test/alloy-test.gypi @@ -21,10 +21,69 @@ 'sources': [ 'alloy-test.cc', + #'test_abs.cc', 'test_add.cc', + #'test_add_carry.cc', + #'test_and.cc', + #'test_assign.cc', + #'test_atomic_add.cc', + #'test_atomic_exchange.cc', + #'test_atomic_sub.cc', + #'test_branch.cc', + #'test_byte_swap.cc', + #'test_cast.cc', + #'test_cntlz.cc', + #'test_compare.cc', + #'test_compare_exchange.cc', + #'test_convert.cc', + #'test_did_carry.cc', + #'test_div.cc', + #'test_dot_product_3.cc', + #'test_dot_product_4.cc', + #'test_extract.cc', + #'test_insert.cc', + #'test_is_true_false.cc', + #'test_load_clock.cc', + #'test_load_vector.cc', + #'test_log2.cc', + #'test_max.cc', + #'test_min.cc', + #'test_mul.cc', + #'test_mul_add.cc', + #'test_mul_hi.cc', + #'test_mul_sub.cc', + #'test_neg.cc', + #'test_not.cc', + #'test_or.cc', + #'test_pack.cc', + #'test_permute.cc', + #'test_pow2.cc', + #'test_rotate_left.cc', + #'test_round.cc', + #'test_rsqrt.cc', + #'test_select.cc', + #'test_sha.cc', + #'test_shl.cc', + #'test_shr.cc', + #'test_sign_extend.cc', + #'test_splat.cc', + #'test_sqrt.cc', + #'test_sub.cc', + #'test_swizzle.cc', + #'test_truncate.cc', + #'test_unpack.cc', 'test_vector_add.cc', + #'test_vector_compare.cc', + #'test_vector_convert.cc', 'test_vector_max.cc', 'test_vector_min.cc', + #'test_vector_rotate_left.cc', + #'test_vector_sha.cc', + #'test_vector_shl.cc', + #'test_vector_shr.cc', + #'test_vector_sub.cc', + #'test_xor.cc', + #'test_zero_extend.cc', 'util.h', ], },