--| 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 vd38-sneak
test_description A second precompiled cluster is added to the Ace after compilation and the system is recompiled
define PRECOMPILED ""
copy_sub Ace $TEST Ace
copy_raw test.e $CLUSTER test.e
compile_melted
compile_result validity_error NONE VD00
define PRECOMPILED ""
copy_sub Ace $TEST Ace
resume_compile
compile_result ok
define PRECOMPILED ""
copy_sub Ace $TEST Ace
compile_melted
compile_result validity_error NONE VD00
test_end