Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2009-10-24 19:44:07 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2009-10-24 19:44:07 +0400
commitc2f7dff55a8c6955b4d32a21f291a6c0178fa566 (patch)
treef585853e4efbea06e0534537960e4abd16e51417 /tests
parenta3803a98afeb8bddfee2038ecdf0623124d06d46 (diff)
Added a SMALL_FOOTPRINT option
Diffstat (limited to 'tests')
-rw-r--r--tests/cwrs32-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cwrs32-test.c b/tests/cwrs32-test.c
index 9cc6231..207c90d 100644
--- a/tests/cwrs32-test.c
+++ b/tests/cwrs32-test.c
@@ -66,6 +66,7 @@ int main(int _argc,char **_argv){
(long)v,(long)nc);
return 2;
}
+#ifndef SMALL_FOOTPRINT
if(n==2){
cwrsi2(k,i,yy);
for(j=0;j<2;j++)if(yy[j]!=y[j]){
@@ -164,6 +165,8 @@ int main(int _argc,char **_argv){
return 18;
}
}
+#endif /* SMALL_FOOTPRINT */
+
/*printf(" %6u\n",i);*/
}
/*printf("\n");*/