coreboot-kgpe-d16/util/romcc/tests
Stefan Reinauer 0867062412 This patch unifies the use of config options in v2 to all start with CONFIG_
It's basically done with the following script and some manual fixup:

VARS=`grep ^define src/config/Options.lb | cut -f2 -d\ | grep -v ^CONFIG | grep -v ^COREBOOT |grep -v ^CC`
for VAR in $VARS; do
	find . -name .svn -prune -o -type f -exec perl -pi -e "s/(^|[^0-9a-zA-Z_]+)$VAR($|[^0-9a-zA-Z_]+)/\1CONFIG_$VAR\2/g" {} \;
done

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4381 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-06-30 15:17:49 +00:00
..
include - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
fail_test1.c - Commit more tests for romcc 2003-07-12 01:40:54 +00:00
fail_test2.c - Moved 2 of the test cases into tests for failure 2003-07-04 15:14:04 +00:00
fail_test3.c - Moved 2 of the test cases into tests for failure 2003-07-04 15:14:04 +00:00
fail_test4.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
fail_test5.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
fail_test6.c - Moved hlt() to it's own header. 2004-03-11 15:01:31 +00:00
fail_test7.c - Moved hlt() to it's own header. 2004-03-11 15:01:31 +00:00
fail_test8.c - Moved hlt() to it's own header. 2004-03-11 15:01:31 +00:00
fail_test9.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
fail_test10.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
fail_test11.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
hello_world.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
hello_world1.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
hello_world2.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
ldscript.ld - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
linux_console.h - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
linux_syscall.h - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
linux_test1.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
linux_test2.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
linux_test3.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
linux_test4.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
linux_test5.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
linux_test6.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
linux_test7.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
linux_test8.c - Update romcc to version 0.37 2003-10-22 04:03:46 +00:00
linux_test9.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
linux_test10.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
linux_test11.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
linux_test12.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
linux_test13.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
linuxi386_syscall.h - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
raminit_test.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
raminit_test1.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
raminit_test2.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
raminit_test3.c
raminit_test4.c
raminit_test5.c - Massive set of cleanups/fixes for romcc. Lots of corner cases now work 2003-07-01 10:05:30 +00:00
raminit_test6.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
raminit_test7.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
simple_test1.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
simple_test2.c
simple_test3.c
simple_test4.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
simple_test5.c
simple_test6.c
simple_test7.c
simple_test8.c
simple_test9.c
simple_test10.c
simple_test11.c
simple_test12.c
simple_test13.c
simple_test14.c
simple_test15.c
simple_test16.c
simple_test17.c
simple_test18.c
simple_test19.c
simple_test20.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
simple_test21.c
simple_test22.c
simple_test23.c
simple_test24.c
simple_test25.c
simple_test26.c
simple_test27.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
simple_test28.c
simple_test29.c
simple_test30.c
simple_test31.c
simple_test32.c
simple_test33.c
simple_test34.c
simple_test35.c
simple_test36.c
simple_test37.c
simple_test38.c - Commit more tests for romcc 2003-07-12 01:40:54 +00:00
simple_test39.c
simple_test40.c - Commit more tests for romcc 2003-07-12 01:40:54 +00:00
simple_test41.c
simple_test43.c
simple_test45.c
simple_test46.c
simple_test47.c
simple_test48.c - Massive set of cleanups/fixes for romcc. Lots of corner cases now work 2003-07-01 10:05:30 +00:00
simple_test49.c - Massive set of cleanups/fixes for romcc. Lots of corner cases now work 2003-07-01 10:05:30 +00:00
simple_test50.c - Massive set of cleanups/fixes for romcc. Lots of corner cases now work 2003-07-01 10:05:30 +00:00
simple_test51.c - Massive set of cleanups/fixes for romcc. Lots of corner cases now work 2003-07-01 10:05:30 +00:00
simple_test52.c - Massive set of cleanups/fixes for romcc. Lots of corner cases now work 2003-07-01 10:05:30 +00:00
simple_test53.c - Massive set of cleanups/fixes for romcc. Lots of corner cases now work 2003-07-01 10:05:30 +00:00
simple_test54.c - Massive set of cleanups/fixes for romcc. Lots of corner cases now work 2003-07-01 10:05:30 +00:00
simple_test55.c - Moved 2 of the test cases into tests for failure 2003-07-04 15:14:04 +00:00
simple_test56.c - Moved 2 of the test cases into tests for failure 2003-07-04 15:14:04 +00:00
simple_test57.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test58.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test59.c - Commit more tests for romcc 2003-07-12 01:40:54 +00:00
simple_test60.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test61.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test62.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test63.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test64.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test65.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test66.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test67.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test68.c - O2, enums, and switch statements work in romcc 2003-10-11 06:20:25 +00:00
simple_test69.c - Update romcc to version 0.37 2003-10-22 04:03:46 +00:00
simple_test70.c - Update romcc to version 0.37 2003-10-22 04:03:46 +00:00
simple_test71.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test72.c - Update romcc to version 0.37 2003-10-22 04:03:46 +00:00
simple_test73.c - Update romcc to version 0.37 2003-10-22 04:03:46 +00:00
simple_test74.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test75.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test76.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test77.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test78.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test79.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test80.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test81.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test82.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test83.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test84.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test85.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
simple_test86.c - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00