--| Copyright (c) 1993-2006 University of Southern California and contributors.
--| All rights reserved.
--| Your use of this work is governed under the terms of the GNU General
--| Public License version 2.

-- This is a test control file

test_name 	precompile-again
test_description After initial compilation where a class plus EiffelBase is precompiled the system is precompiled again using precomp.epr file.  The compiler dies with a segmentation fault in FILE_NAME.make_from_string. Compiler should probably say that project is read-only.

system		precomp
copy_sub 	Ace $TEST Ace
copy_sub 	test.e $CLUSTER test.e
compile_precompiled
compile_result 	ok

compile_precompiled
compile_result 	ok

test_end