From 1d7b4a7037cd4773bce26906e81778b5097b09c3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 4 Jun 2011 17:44:22 +0000 Subject: sim: bfin: import testsuite Now that the common sim testsuite code supports .S and .c files, we can import the Blackfin testsuite. There are about ~800 tests here, so I'm only attaching a compressed patch of them. Other than adding files to sim/testsuite/sim/bfin/, the sim/configure.tgt file was updated to mark Blackfin as having a testsuite, and sim/configure regenerated. Signed-off-by: Mike Frysinger --- sim/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/configure') diff --git a/sim/configure b/sim/configure index 1cf0231..fd350d1 100755 --- a/sim/configure +++ b/sim/configure @@ -3646,6 +3646,7 @@ subdirs="$subdirs arm" subdirs="$subdirs bfin" + sim_testsuite=yes ;; cr16*-*-*) -- cgit v1.1