From 86da32df1fa10732585e3efa5655633b5b776163 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sat, 26 Jul 2014 19:51:50 -0700 Subject: Replace ruby tests with some C Ruby tests were a nice way to start, and it was nice to borrow some from selecta. However, it's going to be much easier to write tests in the same language as the implementation. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f54609d..8a74f1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ fzy -testscore +fzytest *.o -- cgit v1.2.3