Move functions from os/fs.c into path.c

Move unit tests from os/fs.moon to path.moon
This commit is contained in:
John Schmidt
2014-04-03 18:06:34 +02:00
committed by Thiago de Arruda
parent 49f5e5d0b1
commit 4348d1e6f7
7 changed files with 403 additions and 343 deletions

View File

@@ -34,6 +34,7 @@
#include "garray.h"
#include "option.h"
#include "os_unix.h"
#include "path.h"
#include "regexp.h"
#include "screen.h"
#include "term.h"