@@ -1,5 +1,6 @@
fzy
fzytest
*.o
+*.d
config.h
test/acceptance/vendor/bundle
@@ -2,4 +2,4 @@ fzy
-test/integration/vendor/bundle
+test/acceptance/vendor/bundle
@@ -2,3 +2,4 @@ fzy
+test/integration/vendor/bundle
@@ -1,3 +1,4 @@
+config.h
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.
@@ -1,3 +1,3 @@
-testscore
+fzytest
@@ -1,2 +1,3 @@
+testscore
new file mode 100644
@@ -0,0 +1,2 @@
+fzy
+*.o