Browse Source

testc: Build fs.c for testc

Serj Kalichev 3 years ago
parent
commit
4e62768a0a
2 changed files with 2 additions and 0 deletions
  1. 1 0
      testc/Makefile.am
  2. 1 0
      testc/base/fs.c

+ 1 - 0
testc/Makefile.am

@@ -11,6 +11,7 @@ testc_testc_SOURCES = \
 testc_testc_SOURCES += \
 	testc/base/mem.c \
 	testc/base/io.c \
+	testc/base/fs.c \
 	testc/ctype/ctype.c \
 	testc/str/str.c \
 	testc/list/list.c \

+ 1 - 0
testc/base/fs.c

@@ -0,0 +1 @@
+../../faux/base/fs.c