diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-13 03:13:57 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-13 03:13:57 +0100 |
| commit | 8521c9e02b2bcb9f6437a111cba3f395236f8e22 (patch) | |
| tree | 06174b3f89357968feeca6687f8209586e7e01e5 /.travis.yml | |
| parent | e6f53e82b0f8ae1cff3749ea3476c2074c325d7b (diff) | |
| download | libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.tar.gz libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.tar.bz2 libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.zip | |
Added ft_memmem and ft_memset_pattern4, not tested
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 94e4879..71027dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: c compiler: gcc -script: make all && make test +script: make all && make -C ./test run_v |
