Hi! > > I vote to changing the rule of generating the Makefiles, it's simple > > and the simple rule change is easy to be accepted. Agree? > > Ok. I will look into this and hopefully commit a patch soon enough.
I tried to change the generate-makefiles.sh script, but there are some problems. Some tests are shell scripts that doesn't have build phase. I've workarounded them by adding build rules that just copy them to name_x-y.sh in the build phase, which unfortunatelly haven't fixed all the problems. We have quite quite a lot of tests (~270) that are shell scripts that prints "This is tested implicitly via assertion xyz" and returns zero. I'm quite tempted to remove them. These just increase tests run time, log sizes, etc. but doesn't do any actual work. Then there are more problematic ones, shell tests that calls one binary with different parameters. As in sigignore for example. The paths and names are obviously hardcoded, which makes them fail. The fix for such cases will depend case by case but what I will probably do is to make each test self-contained, but I haven't analyzed all the failures yet. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
