How can I have the sans serif small caps with this fonts?
\documentclass{book}
% Latin Modern with oldstyle digits
\usepackage[%
rm={oldstyle,proportional},%
sf={oldstyle,proportional},%
tt={oldstyle=false,proportional=false,monowidth}%
]{cfr-lm}
\begin{document}
\sffamily\scshape test
\end{document}