Browse code

Add missing Make dependencies

Thodoris Sotiropoulos authored on 04/01/2020 22:50:06
Showing 1 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 fzy
2 2
 fzytest
3 3
 *.o
4
+*.d
4 5
 config.h
5 6
 test/acceptance/vendor/bundle
Browse code

Rename acceptance test

John Hawthorn authored on 31/12/2016 02:13:06
Showing 1 changed files
... ...
@@ -2,4 +2,4 @@ fzy
2 2
 fzytest
3 3
 *.o
4 4
 config.h
5
-test/integration/vendor/bundle
5
+test/acceptance/vendor/bundle
Browse code

Add ruby based integration test

John Hawthorn authored on 28/12/2016 07:38:02
Showing 1 changed files
... ...
@@ -2,3 +2,4 @@ fzy
2 2
 fzytest
3 3
 *.o
4 4
 config.h
5
+test/integration/vendor/bundle
Browse code

Allow customization of config.h via config.def.h

John Hawthorn authored on 07/11/2015 09:37:03
Showing 1 changed files
... ...
@@ -1,3 +1,4 @@
1 1
 fzy
2 2
 fzytest
3 3
 *.o
4
+config.h
Browse code

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.

John Hawthorn authored on 27/07/2014 02:51:50
Showing 1 changed files
... ...
@@ -1,3 +1,3 @@
1 1
 fzy
2
-testscore
2
+fzytest
3 3
 *.o
Browse code

Add tests and split matching into match.c

John Hawthorn authored on 12/07/2014 22:07:22
Showing 1 changed files
... ...
@@ -1,2 +1,3 @@
1 1
 fzy
2
+testscore
2 3
 *.o
Browse code

Add .gitignore

John Hawthorn authored on 12/07/2014 04:48:11
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+fzy
2
+*.o