CDS detector added

Former-commit-id: 93fac7a70052d06c2a12bf8af59820c653edd31b
Former-commit-id: 0869fdad0f550941a0f78f1e4c57f4fcdb3f6076
This commit is contained in:
alain viari
2015-11-08 14:28:05 +01:00
parent 50d5458bc1
commit 8dab2d56b2
648 changed files with 290109 additions and 543 deletions

View File

@ -0,0 +1,18 @@
#!/bin/csh -f
echo "+ [testing Normalize]"
../bin/go_normalize.sh test.fst > test.bak
diff -q test.bak test.ref >& /dev/null
set stat = $status
if ($stat == 0) then
echo '+ Normalize test Ok'
\rm -r test.bak
else
echo '+ Normalize test Failure'
endif
exit $stat

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff