Examples/ moved to Test/

This commit is contained in:
Jens Petersen 2014-09-19 10:48:20 +09:00
parent d36c9077ee
commit f09424b3c9

View File

@ -86,7 +86,7 @@ information (e.g. compiler version).
%prep
%setup -q
cd Examples/Ninja
cd Test/Ninja
for i in test4 test3-win test3-sub test3-inc test5 test3 lint test2 test3-unix; do
dos2unix $i.ninja
done