trunk:src remove test directories that are not used (as nnet-cpu moved to nnet2)

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3305 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Ho Yin Chan 2013-12-13 03:45:14 +00:00
Родитель 6fbbed0c2b
Коммит df8bda6876
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -13,8 +13,8 @@ SUBDIRS = base matrix util feat tree thread gmm tied transform sgmm \
MEMTESTDIRS = base matrix util feat tree thread gmm tied transform sgmm \
fstext hmm lm decoder lat nnet \
bin fstbin gmmbin fgmmbin tiedbin sgmmbin featbin \
nnetbin latbin sgmm2 sgmm2bin nnet-cpu nnet-cpubin kwsbin
nnetbin latbin sgmm2 sgmm2bin kwsbin
CUDAMEMTESTDIR = cudamatrix
SUBDIRS_LIB = $(filter-out %bin, $(SUBDIRS))