[Yade-dev] yade --check

2013-06-25 Thread Klaus Thoeni
I added a check script: scripts/checks-and-tests/checks/checkWirePM.py Now when running yade --check it should automatically be detected by checkList.py. There is no need to add it to a list, right? But it's not running. Is something wrong with my script? Thanks Klaus

Re: [Yade-dev] yade --check

2013-06-25 Thread Anton Gladky
It is running [1]. Just do touch CMakeLists.txt [1] https://yade-dem.org/buildbot/builders/yade-full/builds/1997/steps/test_1/logs/stdio Anton 2013/6/25 Klaus Thoeni klaus.tho...@gmail.com: I added a check script: scripts/checks-and-tests/checks/checkWirePM.py Now when running yade --check

Re: [Yade-dev] yade --check

2013-06-25 Thread Klaus Thoeni
Ok, now it's running as well on my machine. So, if I understand it right you have to touch CMakeLists.txt when you add new files, right? So it's not enough to delete your build and install directory. Thanks Anton On Tuesday 25 June 2013 11:59:43 Anton Gladky wrote: It is running [1]. Just do

Re: [Yade-dev] yade --check

2013-06-25 Thread Anton Gladky
2013/6/25 Klaus Thoeni klaus.tho...@gmail.com: Ok, now it's running as well on my machine. So, if I understand it right you have to touch CMakeLists.txt when you add new files, right? So it's not enough to delete your build and install directory. Yes. cmake takes files recursively from the

Re: [Yade-dev] yade --check

2013-06-25 Thread Bruno Chareyre
So it's not enough to delete your build and install directory. Thanks Anton There is no need to delete any directory. There is a CMakeCache.txt that tends to stay behind sometimes, I noticed that. I'm guessing Anton's touch is somehow forcing the update of this cache, not sure. Is it so? B