Hi, I was trying to enable --with-realtime-testsuite and run that. However, I had some issues with installing the realtime tests and problem with running testscripts/test_realtime.sh script. This patch resolves the problem I had.
/Anders Anders Roxell (1): realtime-testsuite: update the install rule testcases/realtime/func/async_handler/Makefile | 1 + testcases/realtime/func/gtod_latency/Makefile | 1 + testcases/realtime/func/hrtimer-prio/Makefile | 1 + testcases/realtime/func/hrtimer-prio/run.sh | 12 ---------- testcases/realtime/func/hrtimer-prio/run_auto.sh | 10 +++++++++ testcases/realtime/func/matrix_mult/Makefile | 1 + testcases/realtime/func/measurement/Makefile | 1 + testcases/realtime/func/measurement/run.sh | 19 ---------------- testcases/realtime/func/measurement/run_auto.sh | 19 ++++++++++++++++ testcases/realtime/func/periodic_cpu_load/Makefile | 1 + testcases/realtime/func/pi-tests/Makefile | 1 + testcases/realtime/func/pi_perf/Makefile | 1 + testcases/realtime/func/prio-preempt/Makefile | 1 + testcases/realtime/func/prio-wake/Makefile | 1 + .../realtime/func/pthread_kill_latency/Makefile | 1 + testcases/realtime/func/rt-migrate/Makefile | 1 + testcases/realtime/func/sched_football/Makefile | 1 + testcases/realtime/func/sched_jitter/Makefile | 1 + testcases/realtime/func/sched_latency/Makefile | 1 + testcases/realtime/func/thread_clock/Makefile | 1 + testcases/realtime/perf/latency/Makefile | 1 + testcases/realtime/profiles/Makefile | 26 ++++++++++++++++++++++ testcases/realtime/run.sh | 16 ++++++++----- testcases/realtime/scripts/Makefile | 26 ++++++++++++++++++++++ testcases/realtime/scripts/run_c_files.sh | 7 ++++-- testscripts/test_realtime.sh | 18 +++++++++------ 26 files changed, 124 insertions(+), 46 deletions(-) delete mode 100644 testcases/realtime/func/hrtimer-prio/run.sh create mode 100644 testcases/realtime/func/hrtimer-prio/run_auto.sh delete mode 100644 testcases/realtime/func/measurement/run.sh create mode 100644 testcases/realtime/func/measurement/run_auto.sh create mode 100644 testcases/realtime/profiles/Makefile create mode 100644 testcases/realtime/scripts/Makefile -- 1.8.1.2 ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
