Browse Source

testc: Fix static build

Serj Kalichev 4 years ago
parent
commit
243457d99a
5 changed files with 5 additions and 0 deletions
  1. 1 0
      testc/base/base.c
  2. 1 0
      testc/ctype/ctype.c
  3. 1 0
      testc/list/list.c
  4. 1 0
      testc/list/private.h
  5. 1 0
      testc/str/str.c

+ 1 - 0
testc/base/base.c

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

+ 1 - 0
testc/ctype/ctype.c

@@ -0,0 +1 @@
+../../faux/ctype/ctype.c

+ 1 - 0
testc/list/list.c

@@ -0,0 +1 @@
+../../faux/list/list.c

+ 1 - 0
testc/list/private.h

@@ -0,0 +1 @@
+../../faux/list/private.h

+ 1 - 0
testc/str/str.c

@@ -0,0 +1 @@
+../../faux/str/str.c