From 03ab00aec5d10f4a2d048fab7f16489cf33fcc1d Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 24 Oct 2016 14:21:51 +0200 Subject: Update the tests and test infrastructure in test/regression Tests updated to work with x86 64 bits. Infrastructure added: script "Runtest", with ability to have different reference outputs depending on platform or bit size. --- test/regression/Results/sizeof1 | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/regression/Results/sizeof1 (limited to 'test/regression/Results/sizeof1') diff --git a/test/regression/Results/sizeof1 b/test/regression/Results/sizeof1 deleted file mode 100644 index a952be52..00000000 --- a/test/regression/Results/sizeof1 +++ /dev/null @@ -1,3 +0,0 @@ -sizeof(struct s) = 20, sizeof(tbl) = 20 -sizeof(struct bits1) = 1, sizeof(b1) = 1 -sizeof(struct bits2) = 8, sizeof(b2) = 8 -- cgit