From c10d13c1830eaa75061ea94d209c9e8118fcc86e Mon Sep 17 00:00:00 2001 From: Maximilian Stemmer-Grabow Date: Sun, 20 Jan 2019 17:54:03 +0100 Subject: [PATCH] Correct input file names for big test cases To be recognized by mjtest, the input files need to be numbered. --- ...ch_BigTensorProduct.inputc => bench_BigTensorProduct.0.inputc} | 0 ...nsorProduct.inputc.out => bench_BigTensorProduct.0.inputc.out} | 0 ...ys_game_of_life.inputc => bench_conways_game_of_life.0.inputc} | 0 ...of_life.inputc.out => bench_conways_game_of_life.0.inputc.out} | 0 exec/big/{bench_math.inputc => bench_math.0.inputc} | 0 exec/big/{bench_math.inputc.out => bench_math.0.inputc.out} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename exec/big/{bench_BigTensorProduct.inputc => bench_BigTensorProduct.0.inputc} (100%) rename exec/big/{bench_BigTensorProduct.inputc.out => bench_BigTensorProduct.0.inputc.out} (100%) rename exec/big/{bench_conways_game_of_life.inputc => bench_conways_game_of_life.0.inputc} (100%) rename exec/big/{bench_conways_game_of_life.inputc.out => bench_conways_game_of_life.0.inputc.out} (100%) rename exec/big/{bench_math.inputc => bench_math.0.inputc} (100%) rename exec/big/{bench_math.inputc.out => bench_math.0.inputc.out} (100%) diff --git a/exec/big/bench_BigTensorProduct.inputc b/exec/big/bench_BigTensorProduct.0.inputc similarity index 100% rename from exec/big/bench_BigTensorProduct.inputc rename to exec/big/bench_BigTensorProduct.0.inputc diff --git a/exec/big/bench_BigTensorProduct.inputc.out b/exec/big/bench_BigTensorProduct.0.inputc.out similarity index 100% rename from exec/big/bench_BigTensorProduct.inputc.out rename to exec/big/bench_BigTensorProduct.0.inputc.out diff --git a/exec/big/bench_conways_game_of_life.inputc b/exec/big/bench_conways_game_of_life.0.inputc similarity index 100% rename from exec/big/bench_conways_game_of_life.inputc rename to exec/big/bench_conways_game_of_life.0.inputc diff --git a/exec/big/bench_conways_game_of_life.inputc.out b/exec/big/bench_conways_game_of_life.0.inputc.out similarity index 100% rename from exec/big/bench_conways_game_of_life.inputc.out rename to exec/big/bench_conways_game_of_life.0.inputc.out diff --git a/exec/big/bench_math.inputc b/exec/big/bench_math.0.inputc similarity index 100% rename from exec/big/bench_math.inputc rename to exec/big/bench_math.0.inputc diff --git a/exec/big/bench_math.inputc.out b/exec/big/bench_math.0.inputc.out similarity index 100% rename from exec/big/bench_math.inputc.out rename to exec/big/bench_math.0.inputc.out -- GitLab