@@ -135,44 +135,48 @@ TEST_F(index_test, nucl_fm)
135135 run_index_test (" mkindexn" , " db_nucl.fasta.gz" , " db_nucl_fm_test.fasta.gz.lba" , " fm" , " " , " db_nucl_fm.fasta.gz.lba" );
136136}
137137
138- TEST_F (index_test, nucl_bifm)
139- {
140- run_index_test (" mkindexn" , " db_nucl.fasta.gz" , " db_nucl_bifm_test.fasta.gz.lba" , " bifm" , " " ,
141- " db_nucl_bifm.fasta.gz.lba" );
142- }
143-
144138TEST_F (index_test, nucl_bs_fm)
145139{
146140 run_index_test (" mkindexbs" , " db_nucl_bs.fasta.gz" , " db_nucl_bs_fm_test.fasta.gz.lba" , " fm" , " " ,
147141 " db_nucl_bs_fm.fasta.gz.lba" );
148142}
149143
150- TEST_F (index_test, nucl_bs_bifm)
151- {
152- run_index_test (" mkindexbs" , " db_nucl_bs.fasta.gz" , " db_nucl_bs_bifm_test.fasta.gz.lba" , " bifm" , " " ,
153- " db_nucl_bs_bifm.fasta.gz.lba" );
154- }
155-
156144TEST_F (index_test, prot_fm)
157145{
158146 run_index_test (" mkindexp" , " db_prot.fasta.gz" , " db_prot_fm_test.fasta.gz.lba" , " fm" , " li10" ,
159147 " db_prot_fm.fasta.gz.lba" );
160148}
161149
162- TEST_F (index_test, prot_bifm)
163- {
164- run_index_test (" mkindexp" , " db_prot.fasta.gz" , " db_prot_bifm_test.fasta.gz.lba" , " bifm" , " li10" ,
165- " db_prot_bifm.fasta.gz.lba" );
166- }
167-
168150TEST_F (index_test, trans_fm)
169151{
170152 run_index_test (" mkindexp" , " db_nucl.fasta.gz" , " db_trans_fm_test.fasta.gz.lba" , " fm" , " li10" ,
171153 " db_trans_fm.fasta.gz.lba" );
172154}
173155
156+ #if LAMBDA_WITH_BIFM
157+
158+ TEST_F (index_test, nucl_bifm)
159+ {
160+ run_index_test (" mkindexn" , " db_nucl.fasta.gz" , " db_nucl_bifm_test.fasta.gz.lba" , " bifm" , " " ,
161+ " db_nucl_bifm.fasta.gz.lba" );
162+ }
163+
164+ TEST_F (index_test, nucl_bs_bifm)
165+ {
166+ run_index_test (" mkindexbs" , " db_nucl_bs.fasta.gz" , " db_nucl_bs_bifm_test.fasta.gz.lba" , " bifm" , " " ,
167+ " db_nucl_bs_bifm.fasta.gz.lba" );
168+ }
169+
170+ TEST_F (index_test, prot_bifm)
171+ {
172+ run_index_test (" mkindexp" , " db_prot.fasta.gz" , " db_prot_bifm_test.fasta.gz.lba" , " bifm" , " li10" ,
173+ " db_prot_bifm.fasta.gz.lba" );
174+ }
175+
174176TEST_F (index_test, trans_bifm)
175177{
176178 run_index_test (" mkindexp" , " db_nucl.fasta.gz" , " db_trans_bifm_test.fasta.gz.lba" , " bifm" , " li10" ,
177179 " db_trans_bifm.fasta.gz.lba" );
178180}
181+
182+ #endif
0 commit comments