Selaa lähdekoodia

testc: Fix static build

Serj Kalichev 5 vuotta sitten
vanhempi
commit
243457d99a
5 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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